pkgs: re-order 'meta'

This is (mostly) alphetically sorted.
This commit is contained in:
Bruno BELANYI 2023-08-04 09:54:10 +00:00
parent 1b960c7449
commit 761393205c
16 changed files with 17 additions and 17 deletions

View File

@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation rec {
description = "A simple script to query a password from bitwarden";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}

View File

@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
'';
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}

View File

@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
'';
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}

View File

@ -30,11 +30,11 @@ stdenvNoCC.mkDerivation rec {
'';
meta = with lib; {
mainProgram = ",";
description = "A simple script inspired by Shopify's comma, for modern Nix";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
mainProgram = ",";
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.unix;
};
}

View File

@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation rec {
description = "Nix flake helper to visualize changes in closures";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.unix;
};
}

View File

@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation rec {
description = "Helper script to run rsync in a CI pipeline";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.unix;
};
}

View File

@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
description = "Helper script to query i3 window criterions";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.unix;
};
}

View File

@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
description = "Git mirroring daemon";
homepage = "https://github.com/alarsyo/lohr";
license = with licenses; [ mit asl20 ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.unix;
};
}

View File

@ -38,7 +38,7 @@ stdenvNoCC.mkDerivation rec {
'';
homepage = "https://git.belanyi.fr/ambroisie/${pname}";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.unix;
};
}

View File

@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation rec {
'';
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}

View File

@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation rec {
description = "A simple script to query a password from rbw";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}

View File

@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
'';
homepage = "https://github.com/StevenBlack/hosts";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.all;
};
}

View File

@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation rec {
'';
homepage = "https://github.com/StevenBlack/hosts";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.all;
};
}

View File

@ -38,7 +38,7 @@ stdenvNoCC.mkDerivation rec {
description = "An X cursor theme inspired by Materia design";
homepage = "https://github.com/vinceliuice/Vimix-cursors";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}

View File

@ -38,7 +38,7 @@ stdenvNoCC.mkDerivation rec {
description = "Classic cursor with a flying style";
homepage = "https://github.com/varlesh/volantes-cursors";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}

View File

@ -74,7 +74,7 @@ stdenvNoCC.mkDerivation rec {
description = "WiFi password sharing via QR codes";
homepage = "https://github.com/kokoye2007/wifi-qr";
license = with licenses; [ gpl3Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;
};
}