···21212222 doCheck = true;
23232424- meta = with lib; {
2424+ meta = {
2525 description = "Command line pastebin for sharing terminal output";
2626 longDescription = ''
2727 Fiche is a command line pastebin server for sharing terminal output.
···34343535 homepage = "https://github.com/solusipse/fiche";
3636 changelog = "https://github.com/solusipse/fiche/releases/tag/${version}";
3737- license = licenses.mit;
3838- maintainers = [ maintainers.pinpox ];
3939- platforms = platforms.all;
3737+ license = lib.licenses.mit;
3838+ maintainers = [ lib.maintainers.pinpox ];
3939+ platforms = lib.platforms.all;
4040 mainProgram = "fiche";
4141 };
4242}
+3-3
pkgs/by-name/fi/fierce/package.nix
···27272828 pythonImportsCheck = [ "fierce" ];
29293030- meta = with lib; {
3030+ meta = {
3131 description = "DNS reconnaissance tool for locating non-contiguous IP space";
3232 homepage = "https://github.com/mschwager/fierce";
3333 changelog = "https://github.com/mschwager/fierce/blob/${version}/CHANGELOG.md";
3434- license = licenses.gpl3Plus;
3535- maintainers = with maintainers; [ c0bw3b ];
3434+ license = lib.licenses.gpl3Plus;
3535+ maintainers = with lib.maintainers; [ c0bw3b ];
3636 mainProgram = "fierce";
3737 };
3838}
+3-3
pkgs/by-name/fi/fim-rs/package.nix
···4242 # There is a failure while the binary is checked
4343 doCheck = false;
44444545- meta = with lib; {
4545+ meta = {
4646 description = "Host-based file integrity monitoring tool";
4747 longDescription = ''
4848 FIM is a File Integrity Monitoring tool that tracks any event over your
···5656 '';
5757 homepage = "https://github.com/Achiefs/fim";
5858 changelog = "https://github.com/Achiefs/fim/releases/tag/v${version}";
5959- license = licenses.gpl3Only;
6060- maintainers = with maintainers; [ fab ];
5959+ license = lib.licenses.gpl3Only;
6060+ maintainers = with lib.maintainers; [ fab ];
6161 mainProgram = "fim";
6262 };
6363}
+3-3
pkgs/by-name/fi/findomain/package.nix
···3838 installManPage findomain.1
3939 '';
40404141- meta = with lib; {
4141+ meta = {
4242 description = "Fastest and cross-platform subdomain enumerator";
4343 homepage = "https://github.com/Findomain/Findomain";
4444 changelog = "https://github.com/Findomain/Findomain/releases/tag/${version}";
4545- license = licenses.gpl3Plus;
4646- maintainers = with maintainers; [
4545+ license = lib.licenses.gpl3Plus;
4646+ maintainers = with lib.maintainers; [
4747 Br1ght0ne
4848 figsoda
4949 ];
+3-3
pkgs/by-name/fi/fingerprintx/package.nix
···2525 # Tests require network access
2626 doCheck = false;
27272828- meta = with lib; {
2828+ meta = {
2929 description = "Standalone utility for service discovery on open ports";
3030 mainProgram = "fingerprintx";
3131 homepage = "https://github.com/praetorian-inc/fingerprintx";
3232 changelog = "https://github.com/praetorian-inc/fingerprintx/releases/tag/v${version}";
3333- license = licenses.asl20;
3434- maintainers = with maintainers; [ fab ];
3333+ license = lib.licenses.asl20;
3434+ maintainers = with lib.maintainers; [ fab ];
3535 };
3636}
···4343 # depends on cpu instructions that may not be available on builders
4444 doCheck = false;
45454646- meta = with lib; {
4646+ meta = {
4747 description = "Small programming language for writing short programs processing textual data";
4848 mainProgram = "frawk";
4949 homepage = "https://github.com/ezrosent/frawk";
5050 changelog = "https://github.com/ezrosent/frawk/releases/tag/v${version}";
5151- license = with licenses; [
5151+ license = with lib.licenses; [
5252 mit # or
5353 asl20
5454 ];
5555- maintainers = with maintainers; [ figsoda ];
5555+ maintainers = with lib.maintainers; [ figsoda ];
5656 };
5757}
+3-3
pkgs/by-name/fr/fre/package.nix
···1818 useFetchCargoVendor = true;
1919 cargoHash = "sha256-07qKG4ju2UOkTcgWAl2U0uqQZyiosK1UH/M2BvwMAaU=";
20202121- meta = with lib; {
2121+ meta = {
2222 description = "CLI tool for tracking your most-used directories and files";
2323 homepage = "https://github.com/camdencheek/fre";
2424 changelog = "https://github.com/camdencheek/fre/blob/${version}/CHANGELOG.md";
2525- license = with licenses; [ mit ];
2626- maintainers = with maintainers; [ gaykitty ];
2525+ license = with lib.licenses; [ mit ];
2626+ maintainers = with lib.maintainers; [ gaykitty ];
2727 mainProgram = "fre";
2828 };
2929}
+3-3
pkgs/by-name/fr/freenukum/package.nix
···7070 install -Dm644 "${desktopItem}/share/applications/"* -t $out/share/applications/
7171 '';
72727373- meta = with lib; {
7373+ meta = {
7474 description = "Clone of the original Duke Nukum 1 Jump'n Run game";
7575 homepage = "https://salsa.debian.org/silwol/freenukum";
7676 changelog = "https://salsa.debian.org/silwol/freenukum/-/blob/v${version}/CHANGELOG.md";
7777- license = licenses.agpl3Plus;
7878- maintainers = with maintainers; [ _0x4A6F ];
7777+ license = lib.licenses.agpl3Plus;
7878+ maintainers = with lib.maintainers; [ _0x4A6F ];
7979 broken = stdenv.hostPlatform.isDarwin;
8080 };
8181}
+4-4
pkgs/by-name/fr/freetds/package.nix
···3131 pkg-config
3232 ];
33333434- meta = with lib; {
3434+ meta = {
3535 description = "Libraries to natively talk to Microsoft SQL Server and Sybase databases";
3636 homepage = "https://www.freetds.org";
3737 changelog = "https://github.com/FreeTDS/freetds/releases/tag/v${version}";
3838- license = licenses.lgpl2;
3939- maintainers = with maintainers; [ peterhoeg ];
4040- platforms = platforms.all;
3838+ license = lib.licenses.lgpl2;
3939+ maintainers = with lib.maintainers; [ peterhoeg ];
4040+ platforms = lib.platforms.all;
4141 };
4242}
+4-4
pkgs/by-name/fr/frotz/package.nix
···48484949 installFlags = [ "PREFIX=$(out)" ];
50505151- meta = with lib; {
5151+ meta = {
5252 homepage = "https://davidgriffith.gitlab.io/frotz/";
5353 changelog = "https://gitlab.com/DavidGriffith/frotz/-/raw/${version}/NEWS";
5454 description = "Z-machine interpreter for Infocom games and other interactive fiction";
5555 mainProgram = "frotz";
5656- platforms = platforms.unix;
5757- maintainers = with maintainers; [
5656+ platforms = lib.platforms.unix;
5757+ maintainers = with lib.maintainers; [
5858 nicknovitski
5959 ddelabru
6060 ];
6161- license = licenses.gpl2Plus;
6161+ license = lib.licenses.gpl2Plus;
6262 };
6363}
+4-4
pkgs/by-name/ga/galene/package.nix
···3838 tests.vm = nixosTests.galene.basic;
3939 };
40404141- meta = with lib; {
4141+ meta = {
4242 description = "Videoconferencing server that is easy to deploy, written in Go";
4343 homepage = "https://github.com/jech/galene";
4444 changelog = "https://github.com/jech/galene/raw/galene-${version}/CHANGES";
4545- license = licenses.mit;
4646- platforms = platforms.linux;
4545+ license = lib.licenses.mit;
4646+ platforms = lib.platforms.linux;
4747 teams = [ lib.teams.ngi ];
4848- maintainers = with maintainers; [
4848+ maintainers = with lib.maintainers; [
4949 rgrunbla
5050 erdnaxe
5151 ];
+3-3
pkgs/by-name/ga/galer/package.nix
···17171818 vendorHash = "sha256-BS7ZUq8/swZpTaYGjiF5OuZXQpoosZ3mdF9v1euijxo=";
19192020- meta = with lib; {
2020+ meta = {
2121 description = "Tool to fetch URLs from HTML attributes";
2222 homepage = "https://github.com/dwisiswant0/galer";
2323 changelog = "https://github.com/dwisiswant0/galer/releases/tag/v${version}";
2424- license = licenses.mit;
2525- maintainers = with maintainers; [ fab ];
2424+ license = lib.licenses.mit;
2525+ maintainers = with lib.maintainers; [ fab ];
2626 mainProgram = "galer";
2727 };
2828}
+4-4
pkgs/by-name/ga/gallia/package.nix
···46464747 pythonImportsCheck = [ "gallia" ];
48484949- meta = with lib; {
4949+ meta = {
5050 description = "Extendable Pentesting Framework for the Automotive Domain";
5151 homepage = "https://github.com/Fraunhofer-AISEC/gallia";
5252 changelog = "https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v${version}";
5353- license = with licenses; [ asl20 ];
5454- maintainers = with maintainers; [
5353+ license = with lib.licenses; [ asl20 ];
5454+ maintainers = with lib.maintainers; [
5555 fab
5656 rumpelsepp
5757 ];
5858- platforms = platforms.linux;
5858+ platforms = lib.platforms.linux;
5959 };
6060}
+3-3
pkgs/by-name/ga/gam/package.nix
···6363 runHook postCheck
6464 '';
65656666- meta = with lib; {
6666+ meta = {
6767 description = "Command line management for Google Workspace";
6868 mainProgram = "gam";
6969 homepage = "https://github.com/GAM-team/GAM/wiki";
7070 changelog = "https://github.com/GAM-team/GAM/releases/tag/v${version}";
7171- license = licenses.asl20;
7272- maintainers = with maintainers; [ thanegill ];
7171+ license = lib.licenses.asl20;
7272+ maintainers = with lib.maintainers; [ thanegill ];
7373 };
74747575}
+4-4
pkgs/by-name/ga/game-rs/package.nix
···23232424 propagatedBuildInputs = [ steam-run ];
25252626- meta = with lib; {
2626+ meta = {
2727 description = "Minimal CLI game launcher for linux";
2828 homepage = "https://github.com/amanse/game-rs";
2929 changelog = "https://github.com/Amanse/game-rs/releases/tag/v${version}";
3030- license = with licenses; [ mit ];
3131- maintainers = with maintainers; [ amanse ];
3232- platforms = platforms.linux;
3030+ license = with lib.licenses; [ mit ];
3131+ maintainers = with lib.maintainers; [ amanse ];
3232+ platforms = lib.platforms.linux;
3333 };
3434}
+3-3
pkgs/by-name/ga/gato/package.nix
···4040 "gato"
4141 ];
42424343- meta = with lib; {
4343+ meta = {
4444 description = "GitHub Self-Hosted Runner Enumeration and Attack Tool";
4545 homepage = "https://github.com/praetorian-inc/gato";
4646 changelog = "https://github.com/praetorian-inc/gato/releases/tag/${version}";
4747- license = licenses.asl20;
4848- maintainers = with maintainers; [ fab ];
4747+ license = lib.licenses.asl20;
4848+ maintainers = with lib.maintainers; [ fab ];
4949 mainProgram = "gato";
5050 };
5151}
···165165166166 passthru.tests = { inherit (nixosTests) mediatomb; };
167167168168- meta = with lib; {
168168+ meta = {
169169 homepage = "https://docs.gerbera.io/";
170170 changelog = "https://github.com/gerbera/gerbera/releases/tag/v${version}";
171171 description = "UPnP Media Server for 2024";
···174174 It allows to stream your digital media through your home network and consume it on all kinds
175175 of UPnP supporting devices.
176176 '';
177177- license = licenses.gpl2Only;
178178- maintainers = with maintainers; [ ardumont ];
179179- platforms = platforms.linux;
177177+ license = lib.licenses.gpl2Only;
178178+ maintainers = with lib.maintainers; [ ardumont ];
179179+ platforms = lib.platforms.linux;
180180 mainProgram = "gerbera";
181181 };
182182}
···2525 mv $out/bin/GodSpeed $out/bin/${pname}
2626 '';
27272828- meta = with lib; {
2828+ meta = {
2929 description = "Manager for reverse shells";
3030 homepage = "https://github.com/redcode-labs/GodSpeed";
3131 changelog = "https://github.com/redcode-labs/GodSpeed/releases/tag/${version}";
3232- license = licenses.mit;
3333- maintainers = with maintainers; [ fab ];
3434- teams = [ teams.redcodelabs ];
3232+ license = lib.licenses.mit;
3333+ maintainers = with lib.maintainers; [ fab ];
3434+ teams = [ lib.teams.redcodelabs ];
3535 mainProgram = "godspeed";
3636 broken = stdenv.hostPlatform.isDarwin;
3737 };
+3-3
pkgs/by-name/go/goeland/package.nix
···2323 "-X github.com/slurdge/goeland/version.GitCommit=${version}"
2424 ];
25252626- meta = with lib; {
2626+ meta = {
2727 description = "Alternative to rss2email written in golang with many filters";
2828 mainProgram = "goeland";
2929 longDescription = ''
···3434 '';
3535 homepage = "https://github.com/slurdge/goeland";
3636 changelog = "https://github.com/slurdge/goeland/blob/v${version}/CHANGELOG.md";
3737- license = with licenses; [ mit ];
3838- maintainers = [ maintainers.sweenu ];
3737+ license = with lib.licenses; [ mit ];
3838+ maintainers = [ lib.maintainers.sweenu ];
3939 };
4040}
+3-3
pkgs/by-name/go/gogup/package.nix
···2323 "-X github.com/nao1215/gup/internal/cmdinfo.Version=v${version}"
2424 ];
25252626- meta = with lib; {
2626+ meta = {
2727 description = "Update binaries installed by 'go install' with goroutines";
2828 changelog = "https://github.com/nao1215/gup/blob/v${version}/CHANGELOG.md";
2929 homepage = "https://github.com/nao1215/gup";
3030- license = licenses.asl20;
3131- maintainers = with maintainers; [ phanirithvij ];
3030+ license = lib.licenses.asl20;
3131+ maintainers = with lib.maintainers; [ phanirithvij ];
3232 mainProgram = "gup";
3333 };
3434}
+3-3
pkgs/by-name/go/golangci-lint/package.nix
···3636 done
3737 '';
38383939- meta = with lib; {
3939+ meta = {
4040 description = "Fast linters Runner for Go";
4141 homepage = "https://golangci-lint.run/";
4242 changelog = "https://github.com/golangci/golangci-lint/blob/v${version}/CHANGELOG.md";
4343 mainProgram = "golangci-lint";
4444- license = licenses.gpl3Plus;
4545- maintainers = with maintainers; [
4444+ license = lib.licenses.gpl3Plus;
4545+ maintainers = with lib.maintainers; [
4646 SuperSandro2000
4747 mic92
4848 ];
+3-3
pkgs/by-name/go/gomtree/package.nix
···2727 "-X main.Version=${version}"
2828 ];
29293030- meta = with lib; {
3030+ meta = {
3131 description = "File systems verification utility and library, in likeness of mtree(8)";
3232 changelog = "https://github.com/vbatts/go-mtree/releases/tag/v${version}";
3333 homepage = "https://github.com/vbatts/go-mtree";
3434- license = licenses.bsd3;
3535- maintainers = with maintainers; [ phanirithvij ];
3434+ license = lib.licenses.bsd3;
3535+ maintainers = with lib.maintainers; [ phanirithvij ];
3636 mainProgram = "gomtree";
3737 };
3838}
+4-4
pkgs/by-name/go/google-guest-agent/package.nix
···5656 --prefix PATH ":" "$binPath"
5757 '';
58585959- meta = with lib; {
5959+ meta = {
6060 description = "Guest Agent for Google Compute Engine";
6161 homepage = "https://github.com/GoogleCloudPlatform/guest-agent";
6262 changelog = "https://github.com/GoogleCloudPlatform/guest-agent/releases/tag/${version}";
6363- license = licenses.asl20;
6464- maintainers = with maintainers; [ abbradar ];
6565- platforms = platforms.linux;
6363+ license = lib.licenses.asl20;
6464+ maintainers = with lib.maintainers; [ abbradar ];
6565+ platforms = lib.platforms.linux;
6666 };
6767}
+3-3
pkgs/by-name/go/goresym/package.nix
···30303131 doCheck = true;
32323333- meta = with lib; {
3333+ meta = {
3434 description = "Go symbol recovery tool";
3535 mainProgram = "GoReSym";
3636 homepage = "https://github.com/mandiant/GoReSym";
3737 changelog = "https://github.com/mandiant/GoReSym/releases/tag/v${version}";
3838- license = licenses.mit;
3939- maintainers = with maintainers; [ pyrox0 ];
3838+ license = lib.licenses.mit;
3939+ maintainers = with lib.maintainers; [ pyrox0 ];
4040 };
4141}
+3-3
pkgs/by-name/go/gorilla-cli/package.nix
···3030 # no tests
3131 doCheck = false;
32323333- meta = with lib; {
3333+ meta = {
3434 description = "LLMs for your CLI";
3535 homepage = "https://github.com/gorilla-llm/gorilla-cli";
3636 changelog = "https://github.com/gorilla-llm/gorilla-cli/releases/tag/${version}";
3737- license = licenses.asl20;
3838- maintainers = with maintainers; [ happysalada ];
3737+ license = lib.licenses.asl20;
3838+ maintainers = with lib.maintainers; [ happysalada ];
3939 mainProgram = "gorilla";
4040 };
4141}
+4-4
pkgs/by-name/go/goss/package.nix
···6060 updateScript = nix-update-script { };
6161 };
62626363- meta = with lib; {
6363+ meta = {
6464 homepage = "https://github.com/goss-org/goss/";
6565 changelog = "https://github.com/goss-org/goss/releases/tag/v${version}";
6666 description = "Quick and easy server validation";
···6969 It eases the process of writing tests by allowing the user to generate tests from the current system state.
7070 Once the test suite is written they can be executed, waited-on, or served as a health endpoint.
7171 '';
7272- license = licenses.asl20;
7272+ license = lib.licenses.asl20;
7373 mainProgram = "goss";
7474- maintainers = with maintainers; [
7474+ maintainers = with lib.maintainers; [
7575 hyzual
7676 jk
7777 anthonyroussel
7878 ];
7979- platforms = platforms.linux ++ platforms.darwin;
7979+ platforms = lib.platforms.linux ++ lib.platforms.darwin;
8080 };
8181}
+3-3
pkgs/by-name/go/gotestfmt/package.nix
···17171818 vendorHash = null;
19192020- meta = with lib; {
2020+ meta = {
2121 description = "Go test output for humans";
2222 homepage = "https://github.com/gotesttools/gotestfmt";
2323 changelog = "https://github.com/GoTestTools/gotestfmt/releases/tag/v${version}";
2424- license = licenses.unlicense;
2525- maintainers = with maintainers; [ urandom ];
2424+ license = lib.licenses.unlicense;
2525+ maintainers = with lib.maintainers; [ urandom ];
2626 };
2727}
+3-3
pkgs/by-name/go/gotestwaf/package.nix
···33333434 versionCheckProgramArg = "--version";
35353636- meta = with lib; {
3636+ meta = {
3737 description = "Tool for API and OWASP attack simulation";
3838 homepage = "https://github.com/wallarm/gotestwaf";
3939 changelog = "https://github.com/wallarm/gotestwaf/releases/tag/v${version}";
4040- license = licenses.mit;
4141- maintainers = with maintainers; [ fab ];
4040+ license = lib.licenses.mit;
4141+ maintainers = with lib.maintainers; [ fab ];
4242 mainProgram = "gotestwaf";
4343 };
4444}
+3-3
pkgs/by-name/go/gotosocial/package.nix
···62626363 passthru.tests.gotosocial = nixosTests.gotosocial;
64646565- meta = with lib; {
6565+ meta = {
6666 homepage = "https://gotosocial.org";
6767 changelog = "https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v${version}";
6868 description = "Fast, fun, ActivityPub server, powered by Go";
···7373 advertised to! A light-weight alternative to Mastodon
7474 and Pleroma, with support for clients!
7575 '';
7676- maintainers = with maintainers; [ blakesmith ];
7777- license = licenses.agpl3Only;
7676+ maintainers = with lib.maintainers; [ blakesmith ];
7777+ license = lib.licenses.agpl3Only;
7878 };
7979}
+3-3
pkgs/by-name/go/goverview/package.nix
···3535 # Tests require network access
3636 doCheck = false;
37373838- meta = with lib; {
3838+ meta = {
3939 description = "Tool to get an overview of the list of URLs";
4040 mainProgram = "goverview";
4141 homepage = "https://github.com/j3ssie/goverview";
4242 changelog = "https://github.com/j3ssie/goverview/releases/tag/v${version}";
4343- license = licenses.mit;
4444- maintainers = with maintainers; [ fab ];
4343+ license = lib.licenses.mit;
4444+ maintainers = with lib.maintainers; [ fab ];
4545 };
4646}
+3-3
pkgs/by-name/go/govulncheck/package.nix
···3737 "-w"
3838 ];
39394040- meta = with lib; {
4040+ meta = {
4141 homepage = "https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck";
4242 downloadPage = "https://github.com/golang/vuln";
4343 changelog = "https://github.com/golang/vuln/releases/tag/v${version}";
···6464 example, a dependency with a Windows-specific vulnerability will not be
6565 reported for a Linux build.
6666 '';
6767- license = with licenses; [ bsd3 ];
6868- maintainers = with maintainers; [
6767+ license = with lib.licenses; [ bsd3 ];
6868+ maintainers = with lib.maintainers; [
6969 jk
7070 SuperSandro2000
7171 ];
+3-3
pkgs/by-name/gr/grafana-dash-n-grab/package.nix
···2828 # you don't have grafana running.
2929 doCheck = false;
30303131- meta = with lib; {
3131+ meta = {
3232 description = "Grafana Dash-n-Grab (gdg) -- backup and restore Grafana dashboards, datasources, and other entities";
3333- license = licenses.bsd3;
3333+ license = lib.licenses.bsd3;
3434 homepage = "https://github.com/esnet/gdg";
3535- teams = [ teams.bitnomial ];
3535+ teams = [ lib.teams.bitnomial ];
3636 mainProgram = "gdg";
3737 changelog = "https://github.com/esnet/gdg/releases/tag/v${version}";
3838 };
+3-3
pkgs/by-name/gr/grafana-loki/package.nix
···6969 "-X ${t}.Revision=unknown"
7070 ];
71717272- meta = with lib; {
7272+ meta = {
7373 description = "Like Prometheus, but for logs";
7474 mainProgram = "promtail";
7575- license = with licenses; [
7575+ license = with lib.licenses; [
7676 agpl3Only
7777 asl20
7878 ];
7979 homepage = "https://grafana.com/oss/loki/";
8080 changelog = "https://github.com/grafana/loki/releases/tag/v${version}";
8181- maintainers = with maintainers; [
8181+ maintainers = with lib.maintainers; [
8282 willibutz
8383 globin
8484 mmahut
+3-3
pkgs/by-name/gr/granted/package.nix
···85858686 passthru.updateScript = nix-update-script { };
87878888- meta = with lib; {
8888+ meta = {
8989 description = "Easiest way to access your cloud";
9090 homepage = "https://github.com/common-fate/granted";
9191 changelog = "https://github.com/common-fate/granted/releases/tag/${version}";
9292- license = licenses.mit;
9393- maintainers = with maintainers; [
9292+ license = lib.licenses.mit;
9393+ maintainers = with lib.maintainers; [
9494 jlbribeiro
9595 ];
9696 };
+3-3
pkgs/by-name/gr/graphinder/package.nix
···4747 "test_is_gql_endpoint"
4848 ];
49495050- meta = with lib; {
5050+ meta = {
5151 description = "Tool to find GraphQL endpoints using subdomain enumeration";
5252 mainProgram = "graphinder";
5353 homepage = "https://github.com/Escape-Technologies/graphinder";
5454 changelog = "https://github.com/Escape-Technologies/graphinder/releases/tag/v${version}";
5555- license = with licenses; [ mit ];
5656- maintainers = with maintainers; [ fab ];
5555+ license = with lib.licenses; [ mit ];
5656+ maintainers = with lib.maintainers; [ fab ];
5757 };
5858}
+3-3
pkgs/by-name/gr/greenmask/package.nix
···3939 --replace-fail "TestS3Storage" "SkipTestS3Storage"
4040 '';
41414242- meta = with lib; {
4242+ meta = {
4343 description = "PostgreSQL database anonymization tool";
4444 homepage = "https://github.com/GreenmaskIO/greenmask";
4545 changelog = "https://github.com/GreenmaskIO/greenmask/releases/tag/v${version}";
4646- license = licenses.asl20;
4747- maintainers = with maintainers; [ fab ];
4646+ license = lib.licenses.asl20;
4747+ maintainers = with lib.maintainers; [ fab ];
4848 mainProgram = "greenmask";
4949 };
5050}
+3-3
pkgs/by-name/gr/grex/package.nix
···2323 $out/bin/grex --help > /dev/null
2424 '';
25252626- meta = with lib; {
2626+ meta = {
2727 description = "Command-line tool for generating regular expressions from user-provided test cases";
2828 homepage = "https://github.com/pemistahl/grex";
2929 changelog = "https://github.com/pemistahl/grex/releases/tag/v${version}";
3030- license = licenses.asl20;
3030+ license = lib.licenses.asl20;
3131 mainProgram = "grex";
3232- maintainers = with maintainers; [
3232+ maintainers = with lib.maintainers; [
3333 SuperSandro2000
3434 mfrw
3535 ];
···7979 rev-prefix = "24.35.30872.";
8080 };
81818282- meta = with lib; {
8282+ meta = {
8383 description = "Intel Graphics Compute Runtime oneAPI Level Zero and OpenCL with support for Gen8, Gen9 and Gen11 GPUs";
8484 mainProgram = "ocloc";
8585 homepage = "https://github.com/intel/compute-runtime";
8686 changelog = "https://github.com/intel/compute-runtime/releases/tag/${version}";
8787- license = licenses.mit;
8787+ license = lib.licenses.mit;
8888 platforms = [ "x86_64-linux" ];
8989- maintainers = with maintainers; [ fleaz ];
8989+ maintainers = with lib.maintainers; [ fleaz ];
9090 };
9191}
+3-3
pkgs/by-name/in/intel-compute-runtime/package.nix
···6969 $out/lib/intel-opencl/libigdrcl.so
7070 '';
71717272- meta = with lib; {
7272+ meta = {
7373 description = "Intel Graphics Compute Runtime oneAPI Level Zero and OpenCL, supporting 12th Gen and newer";
7474 mainProgram = "ocloc";
7575 homepage = "https://github.com/intel/compute-runtime";
7676 changelog = "https://github.com/intel/compute-runtime/releases/tag/${version}";
7777- license = licenses.mit;
7777+ license = lib.licenses.mit;
7878 platforms = [
7979 "x86_64-linux"
8080 "aarch64-linux"
8181 ];
8282- maintainers = with maintainers; [ SuperSandro2000 ];
8282+ maintainers = with lib.maintainers; [ SuperSandro2000 ];
8383 };
8484}
+3-3
pkgs/by-name/in/intel-gpu-tools/package.nix
···98989999 hardeningDisable = [ "bindnow" ];
100100101101- meta = with lib; {
101101+ meta = {
102102 changelog = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/blob/v${version}/NEWS";
103103 homepage = "https://drm.pages.freedesktop.org/igt-gpu-tools/";
104104 description = "Tools for development and testing of the Intel DRM driver";
105105- license = licenses.mit;
105105+ license = lib.licenses.mit;
106106 platforms = [
107107 "x86_64-linux"
108108 "i686-linux"
109109 ];
110110- maintainers = with maintainers; [ pSub ];
110110+ maintainers = with lib.maintainers; [ pSub ];
111111 };
112112}
+4-4
pkgs/by-name/in/intel-media-driver/package.nix
···7272 inherit (pkgsi686Linux) intel-media-driver;
7373 };
74747575- meta = with lib; {
7575+ meta = {
7676 description = "Intel Media Driver for VAAPI — Broadwell+ iGPUs";
7777 longDescription = ''
7878 The Intel Media Driver for VAAPI is a new VA-API (Video Acceleration API)
···8181 '';
8282 homepage = "https://github.com/intel/media-driver";
8383 changelog = "https://github.com/intel/media-driver/releases/tag/intel-media-${version}";
8484- license = with licenses; [
8484+ license = with lib.licenses; [
8585 bsd3
8686 mit
8787 ];
8888- platforms = platforms.linux;
8989- maintainers = with maintainers; [ SuperSandro2000 ];
8888+ platforms = lib.platforms.linux;
8989+ maintainers = with lib.maintainers; [ SuperSandro2000 ];
9090 };
9191}
+3-3
pkgs/by-name/in/interactsh/package.nix
···2626 # Test files are not part of the release tarball
2727 doCheck = false;
28282929- meta = with lib; {
2929+ meta = {
3030 description = "Out of bounds interaction gathering server and client library";
3131 longDescription = ''
3232 Interactsh is an Open-Source Solution for Out of band Data Extraction,
···3535 '';
3636 homepage = "https://github.com/projectdiscovery/interactsh";
3737 changelog = "https://github.com/projectdiscovery/interactsh/releases/tag/v${version}";
3838- license = licenses.mit;
3939- maintainers = with maintainers; [ hanemile ];
3838+ license = lib.licenses.mit;
3939+ maintainers = with lib.maintainers; [ hanemile ];
4040 };
4141}
···17171818 vendorHash = null;
19192020- meta = with lib; {
2020+ meta = {
2121 description = "ircdog is a simple wrapper over the raw IRC protocol that can respond to pings, and interprets formatting codes";
2222 mainProgram = "ircdog";
2323 homepage = "https://github.com/ergochat/ircdog";
2424 changelog = "https://github.com/ergochat/ircdog/releases/tag/v${version}";
2525- license = licenses.isc;
2626- maintainers = with maintainers; [ hexa ];
2525+ license = lib.licenses.isc;
2626+ maintainers = with lib.maintainers; [ hexa ];
2727 };
2828}
+4-4
pkgs/by-name/ir/irqbalance/package.nix
···4949 --replace-fail ' $IRQBALANCE_ARGS' ""
5050 '';
51515252- meta = with lib; {
5252+ meta = {
5353 homepage = "https://github.com/Irqbalance/irqbalance";
5454 changelog = "https://github.com/Irqbalance/irqbalance/releases/tag/v${version}";
5555 description = "Daemon to help balance the cpu load generated by interrupts across all of a systems cpus";
5656- license = licenses.gpl2Only;
5757- platforms = platforms.linux;
5858- maintainers = with maintainers; [ moni ];
5656+ license = lib.licenses.gpl2Only;
5757+ platforms = lib.platforms.linux;
5858+ maintainers = with lib.maintainers; [ moni ];
5959 };
6060}
+3-3
pkgs/by-name/ir/irrd/package.nix
···174174 "test_050_non_json_response"
175175 ];
176176177177- meta = with lib; {
177177+ meta = {
178178 changelog = "https://irrd.readthedocs.io/en/v${version}/releases/";
179179 description = "Internet Routing Registry database server, processing IRR objects in the RPSL format";
180180- license = licenses.mit;
180180+ license = lib.licenses.mit;
181181 homepage = "https://github.com/irrdnet/irrd";
182182- teams = [ teams.wdz ];
182182+ teams = [ lib.teams.wdz ];
183183 };
184184}
+3-3
pkgs/by-name/ja/jaeles/package.nix
···2020 # Tests want to download signatures
2121 doCheck = false;
22222323- meta = with lib; {
2323+ meta = {
2424 description = "Tool for automated Web application testing";
2525 mainProgram = "jaeles";
2626 homepage = "https://github.com/jaeles-project/jaeles";
2727 changelog = "https://github.com/jaeles-project/jaeles/releases/tag/beta-v${version}";
2828- license = licenses.mit;
2929- maintainers = with maintainers; [ fab ];
2828+ license = lib.licenses.mit;
2929+ maintainers = with lib.maintainers; [ fab ];
3030 };
3131}
···6262 --zsh <($out/bin/ko completion zsh)
6363 '';
64646565- meta = with lib; {
6565+ meta = {
6666 homepage = "https://github.com/ko-build/ko";
6767 changelog = "https://github.com/ko-build/ko/releases/tag/v${version}";
6868 description = "Build and deploy Go applications";
···7373 ko builds images by effectively executing go build on your local machine, and as such doesn't require docker to be installed. This can make it a good fit for lightweight CI/CD use cases.
7474 ko makes multi-platform builds easy, produces SBOMs by default, and includes support for simple YAML templating which makes it a powerful tool for Kubernetes applications.
7575 '';
7676- license = licenses.asl20;
7777- maintainers = with maintainers; [
7676+ license = lib.licenses.asl20;
7777+ maintainers = with lib.maintainers; [
7878 nickcao
7979 jk
8080 vdemeester
+3-3
pkgs/by-name/ko/konstraint/package.nix
···4343 runHook postInstallCheck
4444 '';
45454646- meta = with lib; {
4646+ meta = {
4747 homepage = "https://github.com/plexsystems/konstraint";
4848 changelog = "https://github.com/plexsystems/konstraint/releases/tag/v${version}";
4949 description = "Policy management tool for interacting with Gatekeeper";
···5353 Gatekeeper. Automatically copy Rego to the ConstraintTemplate. Automatically update all ConstraintTemplates with
5454 library changes. Enable writing the same policies for Conftest and Gatekeeper.
5555 '';
5656- license = licenses.mit;
5757- maintainers = with maintainers; [ jk ];
5656+ license = lib.licenses.mit;
5757+ maintainers = with lib.maintainers; [ jk ];
5858 };
5959}
···9898 updateScript = nix-update-script { };
9999 };
100100101101- meta = with lib; {
101101+ meta = {
102102 homepage = "https://github.com/koreader/koreader";
103103 changelog = "https://github.com/koreader/koreader/releases/tag/v${version}";
104104 description = "An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices";
105105 mainProgram = "koreader";
106106- sourceProvenance = with sourceTypes; [ binaryNativeCode ];
106106+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
107107 platforms = [
108108 "aarch64-linux"
109109 "armv7l-linux"
110110 "x86_64-linux"
111111 ];
112112- license = licenses.agpl3Only;
113113- maintainers = with maintainers; [
112112+ license = lib.licenses.agpl3Only;
113113+ maintainers = with lib.maintainers; [
114114 contrun
115115 neonfuz
116116 liberodark
+3-3
pkgs/by-name/ku/kube-bench/package.nix
···4444 runHook postInstallCheck
4545 '';
46464747- meta = with lib; {
4747+ meta = {
4848 homepage = "https://github.com/aquasecurity/kube-bench";
4949 changelog = "https://github.com/aquasecurity/kube-bench/releases/tag/v${version}";
5050 description = "Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark";
5151 mainProgram = "kube-bench";
5252- license = licenses.asl20;
5353- maintainers = with maintainers; [ jk ];
5252+ license = lib.licenses.asl20;
5353+ maintainers = with lib.maintainers; [ jk ];
5454 };
5555}
+3-3
pkgs/by-name/ku/kube-capacity/package.nix
···17171818 vendorHash = "sha256-YME4AXpHvr1bNuc/HoHxam+7ZkwLzjhIvFSfD4hga1A=";
19192020- meta = with lib; {
2020+ meta = {
2121 description = "A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster";
2222 mainProgram = "kube-capacity";
2323 homepage = "https://github.com/robscott/kube-capacity";
2424 changelog = "https://github.com/robscott/kube-capacity/releases/tag/v${version}";
2525- license = licenses.asl20;
2626- maintainers = [ maintainers.bryanasdev000 ];
2525+ license = lib.licenses.asl20;
2626+ maintainers = [ lib.maintainers.bryanasdev000 ];
2727 };
2828}
···6464 # Project has no tests
6565 doCheck = false;
66666767- meta = with lib; {
6767+ meta = {
6868 description = "Network based LED effect controller with support for advanced real-time audio effects";
6969 homepage = "https://github.com/LedFx/LedFx";
7070 changelog = "https://github.com/LedFx/LedFx/blob/${version}/CHANGELOG.rst";
7171- license = licenses.gpl3Only;
7272- teams = [ teams.c3d2 ];
7171+ license = lib.licenses.gpl3Only;
7272+ teams = [ lib.teams.c3d2 ];
7373 mainProgram = "ledfx";
7474 };
7575}
+3-3
pkgs/by-name/le/ledger-autosync/package.nix
···3333 python3Packages.pytestCheckHook
3434 ];
35353636- meta = with lib; {
3636+ meta = {
3737 homepage = "https://github.com/egh/ledger-autosync";
3838 changelog = "https://github.com/egh/ledger-autosync/releases/tag/v${version}";
3939 description = "OFX/CSV autosync for ledger and hledger";
4040- license = licenses.gpl3Plus;
4141- maintainers = with maintainers; [ eamsden ];
4040+ license = lib.licenses.gpl3Plus;
4141+ maintainers = with lib.maintainers; [ eamsden ];
4242 };
4343}
+4-4
pkgs/by-name/le/ledger/package.nix
···108108 installShellCompletion --cmd ledger --bash $src/contrib/ledger-completion.bash
109109 '';
110110111111- meta = with lib; {
111111+ meta = {
112112 description = "Double-entry accounting system with a command-line reporting interface";
113113 mainProgram = "ledger";
114114 homepage = "https://www.ledger-cli.org/";
115115 changelog = "https://github.com/ledger/ledger/raw/v${version}/NEWS.md";
116116- license = licenses.bsd3;
116116+ license = lib.licenses.bsd3;
117117 longDescription = ''
118118 Ledger is a powerful, double-entry accounting system that is accessed
119119 from the UNIX command-line. This may put off some users, as there is
120120 no flashy UI, but for those who want unparalleled reporting access to
121121 their data, there really is no alternative.
122122 '';
123123- platforms = platforms.all;
124124- maintainers = with maintainers; [ jwiegley ];
123123+ platforms = lib.platforms.all;
124124+ maintainers = with lib.maintainers; [ jwiegley ];
125125 };
126126}
+3-3
pkgs/by-name/le/leetgo/package.nix
···3535 --zsh <($out/bin/leetgo completion zsh)
3636 '';
37373838- meta = with lib; {
3838+ meta = {
3939 description = "A command-line tool for LeetCode";
4040 homepage = "https://github.com/j178/leetgo";
4141 changelog = "https://github.com/j178/leetgo/releases/tag/v${version}";
4242- license = licenses.mit;
4343- maintainers = with maintainers; [ Ligthiago ];
4242+ license = lib.licenses.mit;
4343+ maintainers = with lib.maintainers; [ Ligthiago ];
4444 mainProgram = "leetgo";
4545 };
4646}
+3-3
pkgs/by-name/le/legba/package.nix
···3434 # Paho C test fails due to permission issue
3535 doCheck = false;
36363737- meta = with lib; {
3737+ meta = {
3838 description = "Multiprotocol credentials bruteforcer / password sprayer and enumerator";
3939 homepage = "https://github.com/evilsocket/legba";
4040 changelog = "https://github.com/evilsocket/legba/releases/tag/v${version}";
4141- license = licenses.gpl3Only;
4242- maintainers = with maintainers; [ mikaelfangel ];
4141+ license = lib.licenses.gpl3Only;
4242+ maintainers = with lib.maintainers; [ mikaelfangel ];
4343 mainProgram = "legba";
4444 };
4545}
+3-3
pkgs/by-name/le/legitify/package.nix
···2727 rm e2e/e2e_test.go # tests requires network
2828 '';
29293030- meta = with lib; {
3030+ meta = {
3131 description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets";
3232 homepage = "https://github.com/Legit-Labs/legitify";
3333 changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${version}";
3434- license = licenses.asl20;
3535- maintainers = with maintainers; [ fab ];
3434+ license = lib.licenses.asl20;
3535+ maintainers = with lib.maintainers; [ fab ];
3636 mainProgram = "legitify";
3737 };
3838}
+3-3
pkgs/by-name/le/lemmeknow/package.nix
···1616 useFetchCargoVendor = true;
1717 cargoHash = "sha256-65PPIYfwVO8O4K8yr499vRQScpAREiBZ8O0rrDMCXB8=";
18181919- meta = with lib; {
1919+ meta = {
2020 description = "Tool to identify anything";
2121 homepage = "https://github.com/swanandx/lemmeknow";
2222 changelog = "https://github.com/swanandx/lemmeknow/releases/tag/v${version}";
2323- license = licenses.mit;
2424- maintainers = with maintainers; [
2323+ license = lib.licenses.mit;
2424+ maintainers = with lib.maintainers; [
2525 figsoda
2626 Br1ght0ne
2727 ];
+3-3
pkgs/by-name/le/lemmy-help/package.nix
···2020 useFetchCargoVendor = true;
2121 cargoHash = "sha256-ZuLbdsZadEkY5M4LoHBn6gnKYklVbXpRa60EocYUH+A=";
22222323- meta = with lib; {
2323+ meta = {
2424 description = "CLI for generating vim help docs from emmylua comments";
2525 longDescription = ''
2626 `lemmy-help` is an emmylua parser as well as a CLI which takes that parsed tree and converts it into vim help docs.
2727 '';
2828 homepage = "https://github.com/numToStr/lemmy-help";
2929 changelog = "https://github.com/numToStr/lemmy-help/releases/tag/v${version}";
3030- license = with licenses; [ mit ];
3131- maintainers = with maintainers; [ figsoda ];
3030+ license = with lib.licenses; [ mit ];
3131+ maintainers = with lib.maintainers; [ figsoda ];
3232 mainProgram = "lemmy-help";
3333 };
3434}
···5757 tests = { inherit (nixosTests) listmonk; };
5858 };
59596060- meta = with lib; {
6060+ meta = {
6161 description = "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard";
6262 mainProgram = "listmonk";
6363 homepage = "https://github.com/knadh/listmonk";
6464 changelog = "https://github.com/knadh/listmonk/releases/tag/v${version}";
6565- maintainers = with maintainers; [ raitobezarius ];
6666- license = licenses.agpl3Only;
6565+ maintainers = with lib.maintainers; [ raitobezarius ];
6666+ license = lib.licenses.agpl3Only;
6767 };
6868}
+3-3
pkgs/by-name/li/listmonk/stuffbin.nix
···2323 "-X main.version=${version}"
2424 ];
25252626- meta = with lib; {
2626+ meta = {
2727 description = "Compress and embed static files and assets into Go binaries and access them with a virtual file system in production";
2828 homepage = "https://github.com/knadh/stuffbin";
2929 changelog = "https://github.com/knadh/stuffbin/releases/tag/v${version}";
3030- maintainers = with maintainers; [ raitobezarius ];
3131- license = licenses.mit;
3030+ maintainers = with lib.maintainers; [ raitobezarius ];
3131+ license = lib.licenses.mit;
3232 };
3333}
···34343535 versionCheckProgramArg = "-version";
36363737- meta = with lib; {
3737+ meta = {
3838 description = "Fast SYN/CONNECT port scanner";
3939 longDescription = ''
4040 Naabu is a port scanning tool written in Go that allows you to enumerate
···4444 '';
4545 homepage = "https://github.com/projectdiscovery/naabu";
4646 changelog = "https://github.com/projectdiscovery/naabu/releases/tag/v${version}";
4747- license = licenses.asl20;
4848- maintainers = with maintainers; [ fab ];
4747+ license = lib.licenses.asl20;
4848+ maintainers = with lib.maintainers; [ fab ];
4949 mainProgram = "naabu";
5050 };
5151}
+3-3
pkgs/by-name/na/namespace-cli/package.nix
···2929 "-X namespacelabs.dev/foundation/internal/cli/version.Tag=v${version}"
3030 ];
31313232- meta = with lib; {
3232+ meta = {
3333 mainProgram = "nsc";
3434- maintainers = with maintainers; [ techknowlogick ];
3535- license = licenses.asl20;
3434+ maintainers = with lib.maintainers; [ techknowlogick ];
3535+ license = lib.licenses.asl20;
3636 changelog = "https://github.com/namespacelabs/foundation/releases/tag/v${version}";
3737 homepage = "https://github.com/namespacelabs/foundation";
3838 description = "Command line interface for the Namespaces platform";
+3-3
pkgs/by-name/na/nanodbc/package.nix
···3232 else
3333 [ "-DBUILD_SHARED_LIBS=ON" ];
34343535- meta = with lib; {
3535+ meta = {
3636 homepage = "https://github.com/nanodbc/nanodbc";
3737 changelog = "https://github.com/nanodbc/nanodbc/raw/v${version}/CHANGELOG.md";
3838 description = "Small C++ wrapper for the native C ODBC API";
3939- license = licenses.mit;
4040- maintainers = [ maintainers.bzizou ];
3939+ license = lib.licenses.mit;
4040+ maintainers = [ lib.maintainers.bzizou ];
4141 };
4242}