···4848 GEN_ARTIFACTS = "artifacts";
4949 };
50505151- meta = with lib; {
5151+ meta = {
5252 description = "Command-line tool to generate Nix fetcher calls from repository URLs";
5353 homepage = "https://github.com/nix-community/nurl";
5454 changelog = "https://github.com/nix-community/nurl/blob/v${version}/CHANGELOG.md";
5555- license = licenses.mpl20;
5656- maintainers = with maintainers; [ figsoda ];
5555+ license = lib.licenses.mpl20;
5656+ maintainers = with lib.maintainers; [ figsoda ];
5757 mainProgram = "nurl";
5858 };
5959}
+3-3
pkgs/by-name/oa/oapi-codegen/package.nix
···24242525 ldflags = [ "-X main.noVCSVersionOverride=${version}" ];
26262727- meta = with lib; {
2727+ meta = {
2828 description = "Go client and server OpenAPI 3 generator";
2929 homepage = "https://github.com/deepmap/oapi-codegen";
3030 changelog = "https://github.com/deepmap/oapi-codegen/releases/tag/v${version}";
3131- license = licenses.asl20;
3232- maintainers = with maintainers; [ j4m3s ];
3131+ license = lib.licenses.asl20;
3232+ maintainers = with lib.maintainers; [ j4m3s ];
3333 mainProgram = "oapi-codegen";
3434 };
3535}
+4-4
pkgs/by-name/oc/ocrodjvu/package.nix
···6363 "-v"
6464 ];
65656666- meta = with lib; {
6666+ meta = {
6767 description = "Wrapper for OCR systems that allows you to perform OCR on DjVu files";
6868 homepage = "https://github.com/FriedrichFroebel/ocrodjvu";
6969 changelog = "https://github.com/FriedrichFroebel/ocrodjvu/blob/${version}/doc/changelog";
7070- license = licenses.gpl2Only;
7171- platforms = platforms.linux;
7272- maintainers = with maintainers; [ dansbandit ];
7070+ license = lib.licenses.gpl2Only;
7171+ platforms = lib.platforms.linux;
7272+ maintainers = with lib.maintainers; [ dansbandit ];
7373 mainProgram = "ocrodjvu";
7474 };
7575}
+4-4
pkgs/by-name/oc/ocsinventory-agent/package.nix
···113113 updateScript = nix-update-script { };
114114 };
115115116116- meta = with lib; {
116116+ meta = {
117117 description = "OCS Inventory unified agent for Unix operating systems";
118118 longDescription = ''
119119 Open Computers and Software Inventory (OCS) is an application designed
···123123 homepage = "https://ocsinventory-ng.org";
124124 changelog = "https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v${version}";
125125 downloadPage = "https://github.com/OCSInventory-NG/UnixAgent/releases";
126126- license = licenses.gpl2Only;
126126+ license = lib.licenses.gpl2Only;
127127 mainProgram = "ocsinventory-agent";
128128- maintainers = with maintainers; [
128128+ maintainers = with lib.maintainers; [
129129 totoroot
130130 anthonyroussel
131131 ];
132132- platforms = platforms.unix;
132132+ platforms = lib.platforms.unix;
133133 };
134134}
+3-3
pkgs/by-name/oc/octosuite/package.nix
···4040 # Project has no tests
4141 doCheck = false;
42424343- meta = with lib; {
4343+ meta = {
4444 description = "Advanced Github OSINT framework";
4545 mainProgram = "octosuite";
4646 homepage = "https://github.com/bellingcat/octosuite";
4747 changelog = "https://github.com/bellingcat/octosuite/releases/tag/${version}";
4848- license = licenses.gpl3Only;
4949- maintainers = with maintainers; [ fab ];
4848+ license = lib.licenses.gpl3Only;
4949+ maintainers = with lib.maintainers; [ fab ];
5050 };
5151}
+3-3
pkgs/by-name/of/offat/package.nix
···52525353 pythonImportsCheck = [ "offat" ];
54545555- meta = with lib; {
5555+ meta = {
5656 description = "Tool to test APIs for prevalent vulnerabilities";
5757 homepage = "https://github.com/OWASP/OFFAT/";
5858 changelog = "https://github.com/OWASP/OFFAT/releases/tag/${src.tag}";
5959- license = licenses.mit;
6060- maintainers = with maintainers; [ fab ];
5959+ license = lib.licenses.mit;
6060+ maintainers = with lib.maintainers; [ fab ];
6161 mainProgram = "offat";
6262 };
6363}
+3-3
pkgs/by-name/on/onefetch/package.nix
···6464 --zsh <($out/bin/onefetch --generate zsh)
6565 '';
66666767- meta = with lib; {
6767+ meta = {
6868 description = "Git repository summary on your terminal";
6969 homepage = "https://github.com/o2sh/onefetch";
7070 changelog = "https://github.com/o2sh/onefetch/blob/v${version}/CHANGELOG.md";
7171- license = licenses.mit;
7272- maintainers = with maintainers; [
7171+ license = lib.licenses.mit;
7272+ maintainers = with lib.maintainers; [
7373 Br1ght0ne
7474 figsoda
7575 kloenk
+3-3
pkgs/by-name/op/opcr-policy/package.nix
···3838 runHook postInstallCheck
3939 '';
40404141- meta = with lib; {
4141+ meta = {
4242 mainProgram = "policy";
4343 homepage = "https://www.openpolicyregistry.io/";
4444 changelog = "https://github.com/opcr-io/policy/releases/tag/v${version}";
···4747 The policy CLI is a tool for building, versioning and publishing your authorization policies.
4848 It uses OCI standards to manage artifacts, and the Open Policy Agent (OPA) to compile and run.
4949 '';
5050- license = licenses.asl20;
5151- maintainers = with maintainers; [
5050+ license = lib.licenses.asl20;
5151+ maintainers = with lib.maintainers; [
5252 naphta
5353 jk
5454 ];
···2525 "-X=main.build=${version}"
2626 ];
27272828- meta = with lib; {
2828+ meta = {
2929 description = "Scans command history to detect mistakenly written passwords, API keys, and secrets";
3030 homepage = "https://github.com/aydinnyunus/PassDetective";
3131 changelog = "https://github.com/aydinnyunus/PassDetective/releases/tag/${version}";
3232- license = licenses.asl20;
3333- maintainers = with maintainers; [ octodi ];
3232+ license = lib.licenses.asl20;
3333+ maintainers = with lib.maintainers; [ octodi ];
3434 mainProgram = "PassDetective";
3535 };
3636}
+3-3
pkgs/by-name/pa/past-time/package.nix
···3434 "past_time"
3535 ];
36363737- meta = with lib; {
3737+ meta = {
3838 description = "Tool to visualize the progress of the year based on the past days";
3939 homepage = "https://github.com/fabaff/past-time";
4040 changelog = "https://github.com/fabaff/past-time/releases/tag/${version}";
4141- license = with licenses; [ asl20 ];
4242- maintainers = with maintainers; [ fab ];
4141+ license = with lib.licenses; [ asl20 ];
4242+ maintainers = with lib.maintainers; [ fab ];
4343 mainProgram = "past-time";
4444 };
4545}
+3-3
pkgs/by-name/pa/pastel/package.nix
···1818 useFetchCargoVendor = true;
1919 cargoHash = "sha256-u+1KDcC2KGqvmOk6k7hOHE16TMvDg92eMOdNMQQszug=";
20202121- meta = with lib; {
2121+ meta = {
2222 description = "Command-line tool to generate, analyze, convert and manipulate colors";
2323 homepage = "https://github.com/sharkdp/pastel";
2424 changelog = "https://github.com/sharkdp/pastel/releases/tag/v${version}";
2525- license = with licenses; [
2525+ license = with lib.licenses; [
2626 asl20 # or
2727 mit
2828 ];
2929- maintainers = [ ];
2929+ maintainers = with lib.maintainers; [ ];
3030 mainProgram = "pastel";
3131 };
3232}
+3-3
pkgs/by-name/pa/patch2pr/package.nix
···3030 version = version;
3131 };
32323333- meta = with lib; {
3333+ meta = {
3434 description = "Create pull requests from patches without cloning the repository";
3535 homepage = "https://github.com/bluekeyes/patch2pr";
3636 changelog = "https://github.com/bluekeyes/patch2pr/releases/tag/v${version}";
3737- license = licenses.mit;
3838- maintainers = with maintainers; [ katrinafyi ];
3737+ license = lib.licenses.mit;
3838+ maintainers = with lib.maintainers; [ katrinafyi ];
3939 mainProgram = "patch2pr";
4040 };
4141}
+3-3
pkgs/by-name/pa/patsh/package.nix
···4343 done
4444 '';
45454646- meta = with lib; {
4646+ meta = {
4747 description = "Command-line tool for patching shell scripts inspired by resholve";
4848 mainProgram = "patsh";
4949 homepage = "https://github.com/nix-community/patsh";
5050 changelog = "https://github.com/nix-community/patsh/blob/v${version}/CHANGELOG.md";
5151- license = licenses.mpl20;
5252- maintainers = with maintainers; [ figsoda ];
5151+ license = lib.licenses.mpl20;
5252+ maintainers = with lib.maintainers; [ figsoda ];
5353 };
5454}
+3-3
pkgs/by-name/pa/payload-dumper-go/package.nix
···20202121 buildInputs = [ xz ];
22222323- meta = with lib; {
2323+ meta = {
2424 description = "Android OTA payload dumper written in Go";
2525 homepage = "https://github.com/ssut/payload-dumper-go";
2626 changelog = "https://github.com/ssut/payload-dumper-go/releases/tag/${version}";
2727- license = licenses.asl20;
2828- maintainers = with maintainers; [ aleksana ];
2727+ license = lib.licenses.asl20;
2828+ maintainers = with lib.maintainers; [ aleksana ];
2929 mainProgram = "payload-dumper-go";
3030 };
3131}
+3-3
pkgs/by-name/pd/pdfrip/package.nix
···2323 ln -s ${./Cargo.lock} Cargo.lock
2424 '';
25252626- meta = with lib; {
2626+ meta = {
2727 description = "PDF password cracking utility";
2828 homepage = "https://github.com/mufeedvh/pdfrip";
2929 changelog = "https://github.com/mufeedvh/pdfrip/releases/tag/v${version}";
3030- license = licenses.mit;
3131- maintainers = with maintainers; [ fab ];
3030+ license = lib.licenses.mit;
3131+ maintainers = with lib.maintainers; [ fab ];
3232 mainProgram = "pdfrip";
3333 };
3434}
+3-3
pkgs/by-name/pd/pdm/package.nix
···128128129129 passthru.tests.version = testers.testVersion { package = pdm; };
130130131131- meta = with lib; {
131131+ meta = {
132132 homepage = "https://pdm-project.org";
133133 changelog = "https://github.com/pdm-project/pdm/releases/tag/${version}";
134134 description = "Modern Python package and dependency manager supporting the latest PEP standards";
135135- license = licenses.mit;
136136- maintainers = with maintainers; [
135135+ license = lib.licenses.mit;
136136+ maintainers = with lib.maintainers; [
137137 cpcloud
138138 natsukium
139139 misilelab
···2222 "-X github.com/corneliusweig/rakkess/internal/version.version=v${version}"
2323 ];
24242525- meta = with lib; {
2525+ meta = {
2626 homepage = "https://github.com/corneliusweig/rakkess";
2727 changelog = "https://github.com/corneliusweig/rakkess/releases/tag/v${version}";
2828 description = "Review Access - kubectl plugin to show an access matrix for k8s server resources";
···3535 the current user and all server resources, similar to
3636 `kubectl auth can-i --list`.
3737 '';
3838- license = licenses.asl20;
3939- maintainers = with maintainers; [ jk ];
3838+ license = lib.licenses.asl20;
3939+ maintainers = with lib.maintainers; [ jk ];
4040 };
4141}
···25252626 versionCheckProgramArg = "--version";
27272828- meta = with lib; {
2828+ meta = {
2929 description = "CLI tool that brings currency exchange rates right into your terminal";
3030 homepage = "https://github.com/lunush/rates";
3131 changelog = "https://github.com/lunush/rates/releases/tag/${version}";
3232- license = with licenses; [
3232+ license = with lib.licenses; [
3333 asl20
3434 mit
3535 ];
3636- maintainers = with maintainers; [ fab ];
3636+ maintainers = with lib.maintainers; [ fab ];
3737 mainProgram = "rates";
3838 };
3939}
+3-3
pkgs/by-name/rc/rcp/package.nix
···2626 "--skip=copy::copy_tests::check_default_mode"
2727 ];
28282929- meta = with lib; {
2929+ meta = {
3030 changelog = "https://github.com/wykurz/rcp/releases/tag/v${version}";
3131 description = "Tools to efficiently copy, remove and link large filesets";
3232 homepage = "https://github.com/wykurz/rcp";
3333- license = with licenses; [ mit ];
3333+ license = with lib.licenses; [ mit ];
3434 mainProgram = "rcp";
3535- maintainers = with maintainers; [ wykurz ];
3535+ maintainers = with lib.maintainers; [ wykurz ];
3636 # Building procfs on an for a unsupported platform. Currently only linux and android are supported
3737 # (Your current target_os is macos)
3838 broken = stdenv.hostPlatform.isDarwin;
+4-4
pkgs/by-name/re/reaction/package.nix
···3434 cp ip46tables nft46 $out/bin
3535 '';
36363737- meta = with lib; {
3737+ meta = {
3838 description = "Scan logs and take action: an alternative to fail2ban";
3939 homepage = "https://framagit.org/ppom/reaction";
4040 changelog = "https://framagit.org/ppom/reaction/-/releases/v${version}";
4141- license = licenses.agpl3Plus;
4141+ license = lib.licenses.agpl3Plus;
4242 mainProgram = "reaction";
4343- maintainers = with maintainers; [ ppom ];
4444- platforms = platforms.unix;
4343+ maintainers = with lib.maintainers; [ ppom ];
4444+ platforms = lib.platforms.unix;
4545 };
4646}
+3-3
pkgs/by-name/re/ready-check/package.nix
···3030 "ready"
3131 ];
32323333- meta = with lib; {
3333+ meta = {
3434 description = "Tool to check readiness of websites";
3535 homepage = "https://github.com/sesh/ready";
3636 changelog = "https://github.com/sesh/ready/releases/tag/v${version}";
3737- license = licenses.isc;
3838- maintainers = with maintainers; [ fab ];
3737+ license = lib.licenses.isc;
3838+ maintainers = with lib.maintainers; [ fab ];
3939 mainProgram = "ready";
4040 };
4141}
+3-3
pkgs/by-name/re/redfishtool/package.nix
···2222 python-dateutil
2323 ];
24242525- meta = with lib; {
2525+ meta = {
2626 description = "Python34 program that implements a command line tool for accessing the Redfish API";
2727 homepage = "https://github.com/DMTF/Redfishtool";
2828 changelog = "https://github.com/DMTF/Redfishtool/blob/${version}/CHANGELOG.md";
2929- license = licenses.bsd3;
3030- maintainers = with maintainers; [ jfvillablanca ];
2929+ license = lib.licenses.bsd3;
3030+ maintainers = with lib.maintainers; [ jfvillablanca ];
3131 mainProgram = "redfishtool";
3232 };
3333}
+3-3
pkgs/by-name/re/refinery-cli/package.nix
···2929 openssl
3030 ];
31313232- meta = with lib; {
3232+ meta = {
3333 description = "Run migrations for the Refinery ORM for Rust via the CLI";
3434 mainProgram = "refinery";
3535 homepage = "https://github.com/rust-db/refinery";
3636 changelog = "https://github.com/rust-db/refinery/blob/${version}/CHANGELOG.md";
3737- license = licenses.mit;
3838- maintainers = with maintainers; [ lucperkins ];
3737+ license = lib.licenses.mit;
3838+ maintainers = with lib.maintainers; [ lucperkins ];
3939 };
4040}
···5959 echo '(a(aa)aa)' | ${rg} -P '\((a*|(?R))*\)'
6060 '';
61616262- meta = with lib; {
6262+ meta = {
6363 description = "Utility that combines the usability of The Silver Searcher with the raw speed of grep";
6464 homepage = "https://github.com/BurntSushi/ripgrep";
6565 changelog = "https://github.com/BurntSushi/ripgrep/releases/tag/${version}";
6666- license = with licenses; [
6666+ license = with lib.licenses; [
6767 unlicense # or
6868 mit
6969 ];
7070- maintainers = with maintainers; [
7070+ maintainers = with lib.maintainers; [
7171 globin
7272 ma27
7373 zowoq
+3-3
pkgs/by-name/ri/rita/package.nix
···2424 "-X=github.com/activecm/rita/config.ExactVersion=${version}"
2525 ];
26262727- meta = with lib; {
2727+ meta = {
2828 description = "Framework for detecting command and control communication through network traffic analysis";
2929 homepage = "https://github.com/activecm/rita";
3030 changelog = "https://github.com/activecm/rita/releases/tag/v${version}";
3131- license = licenses.gpl3Only;
3232- maintainers = with maintainers; [ fab ];
3131+ license = lib.licenses.gpl3Only;
3232+ maintainers = with lib.maintainers; [ fab ];
3333 mainProgram = "rita";
3434 };
3535}
+4-4
pkgs/by-name/ro/robin-map/package.nix
···2020 cmake
2121 ];
22222323- meta = with lib; {
2323+ meta = {
2424 description = "C++ implementation of a fast hash map and hash set using robin hood hashing";
2525 homepage = "https://github.com/Tessil/robin-map";
2626 changelog = "https://github.com/Tessil/robin-map/releases/tag/v${version}";
2727- license = licenses.mit;
2828- maintainers = [ ];
2929- platforms = platforms.unix;
2727+ license = lib.licenses.mit;
2828+ maintainers = with lib.maintainers; [ ];
2929+ platforms = lib.platforms.unix;
3030 };
3131}
+3-3
pkgs/by-name/ro/robotframework-tidy/package.nix
···33333434 nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ];
35353636- meta = with lib; {
3636+ meta = {
3737 description = "Code autoformatter for Robot Framework";
3838 homepage = "https://robotidy.readthedocs.io";
3939 changelog = "https://github.com/MarketSquare/robotframework-tidy/blob/main/docs/releasenotes/${src.tag}.rst";
4040- license = licenses.asl20;
4141- maintainers = with maintainers; [ otavio ];
4040+ license = lib.licenses.asl20;
4141+ maintainers = with lib.maintainers; [ otavio ];
4242 mainProgram = "robotidy";
4343 };
4444}
···5555 runHook postInstall
5656 '';
57575858- meta = with lib; {
5858+ meta = {
5959 description = "Web software for signing PDFs and also organize pages, edit metadata and compress pdf";
6060 mainProgram = "signaturepdf";
6161 homepage = "https://pdf.24eme.fr/";
6262 changelog = "https://github.com/24eme/signaturepdf/releases/tag/v${version}";
6363- license = licenses.agpl3Only;
6464- platforms = platforms.all;
6565- maintainers = with maintainers; [ DamienCassou ];
6363+ license = lib.licenses.agpl3Only;
6464+ platforms = lib.platforms.all;
6565+ maintainers = with lib.maintainers; [ DamienCassou ];
6666 };
6767}
+3-3
pkgs/by-name/si/simple-http-server/package.nix
···2727 # Currently no tests are implemented, so we avoid building the package twice
2828 doCheck = false;
29293030- meta = with lib; {
3030+ meta = {
3131 description = "Simple HTTP server in Rust";
3232 homepage = "https://github.com/TheWaWaR/simple-http-server";
3333 changelog = "https://github.com/TheWaWaR/simple-http-server/releases/tag/v${version}";
3434- license = licenses.mit;
3535- maintainers = with maintainers; [
3434+ license = lib.licenses.mit;
3535+ maintainers = with lib.maintainers; [
3636 figsoda
3737 mephistophiles
3838 ];
···1818 useFetchCargoVendor = true;
1919 cargoHash = "sha256-qOinPZwZqcfQ4gv0Z+sfF53zd4tlEWCczaGGmLL79iE=";
20202121- meta = with lib; {
2121+ meta = {
2222 description = "Easily create graphs from cli commands and view them in the terminal";
2323 longDescription = ''
2424 Easily create graphs from cli commands and view them in the terminal.
2525 Like the watch command but with a graph of the output.
2626 '';
2727 homepage = "https://github.com/aantn/smag";
2828- license = licenses.mit;
2828+ license = lib.licenses.mit;
2929 changelog = "https://github.com/aantn/smag/releases/tag/v${version}";
3030 mainProgram = "smag";
3131- maintainers = with maintainers; [ zebreus ];
3131+ maintainers = with lib.maintainers; [ zebreus ];
3232 };
3333}
+3-3
pkgs/by-name/sm/smbmap/package.nix
···31313232 pythonImportsCheck = [ "smbmap" ];
33333434- meta = with lib; {
3434+ meta = {
3535 description = "SMB enumeration tool";
3636 homepage = "https://github.com/ShawnDEvans/smbmap";
3737 changelog = "https://github.com/ShawnDEvans/smbmap/releases/tag/v${version}";
3838- license = licenses.gpl3Only;
3939- maintainers = with maintainers; [ fab ];
3838+ license = lib.licenses.gpl3Only;
3939+ maintainers = with lib.maintainers; [ fab ];
4040 mainProgram = "smbmap";
4141 };
4242}
···2828 --zsh <($out/bin/steamguard completion --shell zsh) \
2929 '';
30303131- meta = with lib; {
3131+ meta = {
3232 changelog = "https://github.com/dyc3/steamguard-cli/releases/tag/v${version}";
3333 description = "Linux utility for generating 2FA codes for Steam and managing Steam trade confirmations";
3434 homepage = "https://github.com/dyc3/steamguard-cli";
3535- license = with licenses; [ gpl3Only ];
3535+ license = with lib.licenses; [ gpl3Only ];
3636 mainProgram = "steamguard";
3737- maintainers = with maintainers; [
3737+ maintainers = with lib.maintainers; [
3838 surfaceflinger
3939 sigmasquadron
4040 ];
4141- platforms = platforms.linux;
4141+ platforms = lib.platforms.linux;
4242 };
4343}
+3-3
pkgs/by-name/st/step-ca/package.nix
···58585959 passthru.tests.step-ca = nixosTests.step-ca;
60606161- meta = with lib; {
6161+ meta = {
6262 description = "Private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH";
6363 homepage = "https://smallstep.com/certificates/";
6464 changelog = "https://github.com/smallstep/certificates/releases/tag/v${version}";
6565- license = licenses.asl20;
6565+ license = lib.licenses.asl20;
6666 mainProgram = "step-ca";
6767- maintainers = with maintainers; [
6767+ maintainers = with lib.maintainers; [
6868 cmcdragonkai
6969 techknowlogick
7070 ];
+4-4
pkgs/by-name/st/stress-ng/package.nix
···6565 # mystery, though. :-(
6666 enableParallelBuilding = (!stdenv.hostPlatform.isi686);
67676868- meta = with lib; {
6868+ meta = {
6969 description = "Stress test a computer system";
7070 longDescription = ''
7171 stress-ng will stress test a computer system in various selectable ways. It
···9494 homepage = "https://github.com/ColinIanKing/stress-ng";
9595 downloadPage = "https://github.com/ColinIanKing/stress-ng/tags";
9696 changelog = "https://github.com/ColinIanKing/stress-ng/raw/V${version}/debian/changelog";
9797- license = licenses.gpl2Plus;
9898- maintainers = with maintainers; [ c0bw3b ];
9999- platforms = platforms.unix;
9797+ license = lib.licenses.gpl2Plus;
9898+ maintainers = with lib.maintainers; [ c0bw3b ];
9999+ platforms = lib.platforms.unix;
100100 mainProgram = "stress-ng";
101101 };
102102}
+4-4
pkgs/by-name/st/stressapptest/package.nix
···2020 libaio
2121 ];
22222323- meta = with lib; {
2323+ meta = {
2424 description = "Userspace memory and IO stress test tool";
2525 homepage = "https://github.com/stressapptest/stressapptest";
2626 changelog = "https://github.com/stressapptest/stressapptest/releases/tag/v${version}";
2727- license = with licenses; [ asl20 ];
2828- maintainers = with maintainers; [ fab ];
2929- platforms = platforms.unix;
2727+ license = with lib.licenses; [ asl20 ];
2828+ maintainers = with lib.maintainers; [ fab ];
2929+ platforms = lib.platforms.unix;
3030 mainProgram = "stressapptest";
3131 };
3232}
+3-3
pkgs/by-name/st/stripe-cli/package.nix
···6969 runHook postInstallCheck
7070 '';
71717272- meta = with lib; {
7272+ meta = {
7373 homepage = "https://stripe.com/docs/stripe-cli";
7474 changelog = "https://github.com/stripe/stripe-cli/releases/tag/v${version}";
7575 description = "Command-line tool for Stripe";
···8383 Tail your API request logs in real-time
8484 Create, retrieve, update, or delete API objects.
8585 '';
8686- license = with licenses; [ asl20 ];
8787- maintainers = with maintainers; [
8686+ license = with lib.licenses; [ asl20 ];
8787+ maintainers = with lib.maintainers; [
8888 RaghavSood
8989 jk
9090 kashw2
+3-3
pkgs/by-name/st/sttr/package.nix
···3333 --zsh <($out/bin/sttr completion zsh)
3434 '';
35353636- meta = with lib; {
3636+ meta = {
3737 description = "Cross-platform cli tool to perform various operations on string";
3838 homepage = "https://github.com/abhimanyu003/sttr";
3939 changelog = "https://github.com/abhimanyu003/sttr/releases/tag/v${version}";
4040- license = licenses.mit;
4141- maintainers = with maintainers; [ Ligthiago ];
4040+ license = lib.licenses.mit;
4141+ maintainers = with lib.maintainers; [ Ligthiago ];
4242 mainProgram = "sttr";
4343 };
4444}
+3-3
pkgs/by-name/st/stuffbin/package.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}
+3-3
pkgs/by-name/st/stylance-cli/package.nix
···1515 useFetchCargoVendor = true;
1616 cargoHash = "sha256-iSE6SmqYXg9IAMJOb4/q80w+J2OEVd7oyxRpWcCps9U=";
17171818- meta = with lib; {
1818+ meta = {
1919 description = "Library and cli tool for working with scoped CSS in rust";
2020 mainProgram = "stylance";
2121 homepage = "https://github.com/basro/stylance-rs";
2222 changelog = "https://github.com/basro/stylance-rs/blob/v${version}/CHANGELOG.md";
2323- license = with licenses; [ mit ];
2424- maintainers = with maintainers; [ dav-wolff ];
2323+ license = with lib.licenses; [ mit ];
2424+ maintainers = with lib.maintainers; [ dav-wolff ];
2525 };
2626}
···42424343 pythonImportsCheck = [ "subprober" ];
44444545- meta = with lib; {
4545+ meta = {
4646 description = "Subdomain scanning tool";
4747 homepage = "https://github.com/RevoltSecurities/SubProber";
4848 changelog = "https://github.com/RevoltSecurities/SubProber/releases/tag/v${version}";
4949- license = licenses.gpl3Only;
5050- maintainers = with maintainers; [ fab ];
4949+ license = lib.licenses.gpl3Only;
5050+ maintainers = with lib.maintainers; [ fab ];
5151 mainProgram = "subprober";
5252 };
5353}
+4-4
pkgs/by-name/su/sudachidict/package.nix
···4949 dict-type = dict-type;
5050 };
51515252- meta = with lib; {
5252+ meta = {
5353 description = "Lexicon for Sudachi";
5454 homepage = "https://github.com/WorksApplications/SudachiDict";
5555 changelog = "https://github.com/WorksApplications/SudachiDict/releases/tag/v${version}";
5656- license = licenses.asl20;
5757- maintainers = with maintainers; [ natsukium ];
5858- platforms = platforms.all;
5656+ license = lib.licenses.asl20;
5757+ maintainers = with lib.maintainers; [ natsukium ];
5858+ platforms = lib.platforms.all;
5959 # it is a waste of space and time to build this package in hydra since it is just data
6060 hydraPlatforms = [ ];
6161 };
+4-4
pkgs/by-name/su/sudo-font/package.nix
···2121 runHook postInstall
2222 '';
23232424- meta = with lib; {
2424+ meta = {
2525 description = "Font for programmers and command line users";
2626 homepage = "https://www.kutilek.de/sudo-font/";
2727 changelog = "https://github.com/jenskutilek/sudo-font/raw/v${version}/sudo/FONTLOG.txt";
2828- license = licenses.ofl;
2929- maintainers = [ ];
3030- platforms = platforms.all;
2828+ license = lib.licenses.ofl;
2929+ maintainers = with lib.maintainers; [ ];
3030+ platforms = lib.platforms.all;
3131 };
3232}
+4-4
pkgs/by-name/su/superTuxKart/package.nix
···147147 --set-default SUPERTUXKART_DATADIR "$out/share/supertuxkart" \
148148 '';
149149150150- meta = with lib; {
150150+ meta = {
151151 description = "Free 3D kart racing game";
152152 mainProgram = "supertuxkart";
153153 longDescription = ''
···156156 Kart.
157157 '';
158158 homepage = "https://supertuxkart.net/";
159159- license = licenses.gpl2Plus;
160160- maintainers = with maintainers; [
159159+ license = lib.licenses.gpl2Plus;
160160+ maintainers = with lib.maintainers; [
161161 peterhoeg
162162 ];
163163- platforms = with platforms; unix;
163163+ platforms = with lib.platforms; unix;
164164 changelog = "https://github.com/supertuxkart/stk-code/blob/${version}/CHANGELOG.md";
165165 };
166166}
+4-4
pkgs/by-name/su/survex/package.nix
···6464 doCheck = (!stdenv.hostPlatform.isDarwin); # times out
6565 enableParallelChecking = false;
66666767- meta = with lib; {
6767+ meta = {
6868 description = "Free Software/Open Source software package for mapping caves";
6969 longDescription = ''
7070 Survex is a Free Software/Open Source software package for mapping caves,
···7373 '';
7474 homepage = "https://survex.com/";
7575 changelog = "https://github.com/ojwb/survex/raw/v${version}/NEWS";
7676- license = licenses.gpl2Plus;
7777- maintainers = [ maintainers.matthewcroughan ];
7878- platforms = platforms.all;
7676+ license = lib.licenses.gpl2Plus;
7777+ maintainers = [ lib.maintainers.matthewcroughan ];
7878+ platforms = lib.platforms.all;
7979 };
8080}
···9292 command = "${xvfb-run}/bin/xvfb-run swaync --version";
9393 };
94949595- meta = with lib; {
9595+ meta = {
9696 description = "Simple notification daemon with a GUI built for Sway";
9797 homepage = "https://github.com/ErikReider/SwayNotificationCenter";
9898 changelog = "https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v${finalAttrs.version}";
9999- license = licenses.gpl3;
100100- platforms = platforms.linux;
9999+ license = lib.licenses.gpl3;
100100+ platforms = lib.platforms.linux;
101101 mainProgram = "swaync";
102102- maintainers = with maintainers; [
102102+ maintainers = with lib.maintainers; [
103103 berbiche
104104 pedrohlc
105105 ];
+5-5
pkgs/by-name/sw/swiftbar/package.nix
···3434 runHook postInstall
3535 '';
36363737- meta = with lib; {
3737+ meta = {
3838 description = "Powerful macOS menu bar customization tool";
3939 homepage = "https://swiftbar.app";
4040 changelog = "https://github.com/swiftbar/SwiftBar/releases/tag/v${version}";
4141 mainProgram = "SwiftBar";
4242- license = licenses.mit;
4343- platforms = platforms.darwin;
4444- sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4545- maintainers = with maintainers; [ matteopacini ];
4242+ license = lib.licenses.mit;
4343+ platforms = lib.platforms.darwin;
4444+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
4545+ maintainers = with lib.maintainers; [ matteopacini ];
4646 };
4747}
+4-4
pkgs/by-name/sw/switcheroo-control/package.nix
···4545 "-Dhwdbdir=${placeholder "out"}/etc/udev/hwdb.d"
4646 ];
47474848- meta = with lib; {
4848+ meta = {
4949 description = "D-Bus service to check the availability of dual-GPU";
5050 mainProgram = "switcherooctl";
5151 homepage = "https://gitlab.freedesktop.org/hadess/switcheroo-control/";
5252 changelog = "https://gitlab.freedesktop.org/hadess/switcheroo-control/-/blob/${version}/NEWS";
5353- license = licenses.gpl3Plus;
5454- maintainers = [ ];
5555- platforms = platforms.linux;
5353+ license = lib.licenses.gpl3Plus;
5454+ maintainers = with lib.maintainers; [ ];
5555+ platforms = lib.platforms.linux;
5656 };
5757}
+3-3
pkgs/by-name/sy/syft/package.nix
···7373 runHook postInstallCheck
7474 '';
75757676- meta = with lib; {
7676+ meta = {
7777 description = "CLI tool and library for generating a Software Bill of Materials from container images and filesystems";
7878 homepage = "https://github.com/anchore/syft";
7979 changelog = "https://github.com/anchore/syft/releases/tag/v${version}";
···8282 (SBOM) from container images and filesystems. Exceptional for
8383 vulnerability detection when used with a scanner tool like Grype.
8484 '';
8585- license = with licenses; [ asl20 ];
8686- maintainers = with maintainers; [
8585+ license = with lib.licenses; [ asl20 ];
8686+ maintainers = with lib.maintainers; [
8787 developer-guy
8888 jk
8989 kashw2
···45454646 passthru.updateScript = nix-update-script { };
47474848- meta = with lib; {
4848+ meta = {
4949 description = "Implementation of the Language Server Protocol for LaTeX";
5050 homepage = "https://github.com/latex-lsp/texlab";
5151 changelog = "https://github.com/latex-lsp/texlab/blob/v${version}/CHANGELOG.md";
5252- license = licenses.mit;
5353- maintainers = with maintainers; [
5252+ license = lib.licenses.mit;
5353+ maintainers = with lib.maintainers; [
5454 doronbehar
5555 kira-bruneau
5656 ];
5757- platforms = platforms.all;
5757+ platforms = lib.platforms.all;
5858 mainProgram = "texlab";
5959 };
6060}
+3-3
pkgs/by-name/th/thanos/package.nix
···5050 };
5151 };
52525353- meta = with lib; {
5353+ meta = {
5454 description = "Highly available Prometheus setup with long term storage capabilities";
5555 homepage = "https://github.com/thanos-io/thanos";
5656 changelog = "https://github.com/thanos-io/thanos/releases/tag/v${version}";
5757- license = licenses.asl20;
5757+ license = lib.licenses.asl20;
5858 mainProgram = "thanos";
5959- maintainers = with maintainers; [
5959+ maintainers = with lib.maintainers; [
6060 basvandijk
6161 anthonyroussel
6262 ];
+4-4
pkgs/by-name/th/thc-hydra/package.nix
···6969 --add-flags --hydra-path --add-flags "$out/bin/hydra"
7070 '';
71717272- meta = with lib; {
7272+ meta = {
7373 description = "Very fast network logon cracker which support many different services";
7474 homepage = "https://github.com/vanhauser-thc/thc-hydra"; # https://www.thc.org/
7575 changelog = "https://github.com/vanhauser-thc/thc-hydra/raw/v${version}/CHANGES";
7676- license = licenses.agpl3Plus;
7777- maintainers = with maintainers; [ offline ];
7878- platforms = platforms.unix;
7676+ license = lib.licenses.agpl3Plus;
7777+ maintainers = with lib.maintainers; [ offline ];
7878+ platforms = lib.platforms.unix;
7979 };
8080}
+3-3
pkgs/by-name/th/the-way/package.nix
···3333 done
3434 '';
35353636- meta = with lib; {
3636+ meta = {
3737 description = "Terminal code snippets manager";
3838 mainProgram = "the-way";
3939 homepage = "https://github.com/out-of-cheese-error/the-way";
4040 changelog = "https://github.com/out-of-cheese-error/the-way/blob/v${version}/CHANGELOG.md";
4141- license = with licenses; [ mit ];
4141+ license = with lib.licenses; [ mit ];
4242 platforms = lib.platforms.unix;
4343- maintainers = with maintainers; [
4343+ maintainers = with lib.maintainers; [
4444 figsoda
4545 numkem
4646 ];
+3-3
pkgs/by-name/th/theharvester/package.nix
···6262 runHook postCheck
6363 '';
64646565- meta = with lib; {
6565+ meta = {
6666 description = "Gather E-mails, subdomains and names from different public sources";
6767 longDescription = ''
6868 theHarvester is a very simple, yet effective tool designed to be used in the early
···7272 '';
7373 homepage = "https://github.com/laramies/theHarvester";
7474 changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}";
7575- license = licenses.gpl2Only;
7676- maintainers = with maintainers; [
7575+ license = lib.licenses.gpl2Only;
7676+ maintainers = with lib.maintainers; [
7777 c0bw3b
7878 fab
7979 treemo
+3-3
pkgs/by-name/th/threatest/package.nix
···3030 --zsh <($out/bin/threatest completion zsh)
3131 '';
32323333- meta = with lib; {
3333+ meta = {
3434 description = "Framework for end-to-end testing threat detection rules";
3535 mainProgram = "threatest";
3636 homepage = "https://github.com/DataDog/threatest";
3737 changelog = "https://github.com/DataDog/threatest/releases/tag/v${version}";
3838- license = licenses.asl20;
3939- maintainers = with maintainers; [ fab ];
3838+ license = lib.licenses.asl20;
3939+ maintainers = with lib.maintainers; [ fab ];
4040 };
4141}
+3-3
pkgs/by-name/ti/ticker/package.nix
···3434 inherit version;
3535 };
36363737- meta = with lib; {
3737+ meta = {
3838 description = "Terminal stock ticker with live updates and position tracking";
3939 homepage = "https://github.com/achannarasappa/ticker";
4040 changelog = "https://github.com/achannarasappa/ticker/releases/tag/v${version}";
4141- license = licenses.gpl3Plus;
4242- maintainers = with maintainers; [
4141+ license = lib.licenses.gpl3Plus;
4242+ maintainers = with lib.maintainers; [
4343 siraben
4444 sarcasticadmin
4545 ];
+3-3
pkgs/by-name/ti/tickrs/package.nix
···3434 OPENSSL_NO_VENDOR = true;
3535 };
36363737- meta = with lib; {
3737+ meta = {
3838 description = "Realtime ticker data in your terminal";
3939 homepage = "https://github.com/tarkah/tickrs";
4040 changelog = "https://github.com/tarkah/tickrs/blob/v${version}/CHANGELOG.md";
4141- license = licenses.mit;
4242- maintainers = with maintainers; [ ];
4141+ license = lib.licenses.mit;
4242+ maintainers = with lib.maintainers; [ ];
4343 mainProgram = "tickrs";
4444 };
4545}
+3-3
pkgs/by-name/ti/tidy-viewer/package.nix
···2424 "--skip=build_reader_can_create_reader_without_file_specified"
2525 ];
26262727- meta = with lib; {
2727+ meta = {
2828 description = "Cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment";
2929 mainProgram = "tidy-viewer";
3030 homepage = "https://github.com/alexhallam/tv";
3131 changelog = "https://github.com/alexhallam/tv/blob/${version}/CHANGELOG.md";
3232- license = licenses.unlicense;
3333- maintainers = with maintainers; [ figsoda ];
3232+ license = lib.licenses.unlicense;
3333+ maintainers = with lib.maintainers; [ figsoda ];
3434 };
3535}
+3-3
pkgs/by-name/ti/time-decode/package.nix
···32323333 pythonImportsCheck = [ "time_decode" ];
34343535- meta = with lib; {
3535+ meta = {
3636 description = "Timestamp and date decoder";
3737 homepage = "https://github.com/digitalsleuth/time_decode";
3838 changelog = "https://github.com/digitalsleuth/time_decode/releases/tag/v${version}";
3939- license = licenses.mit;
4040- maintainers = with maintainers; [ fab ];
3939+ license = lib.licenses.mit;
4040+ maintainers = with lib.maintainers; [ fab ];
4141 mainProgram = "time-decode";
4242 };
4343}
···3939 "uchecker"
4040 ];
41414242- meta = with lib; {
4242+ meta = {
4343 description = "Simple tool to detect outdated shared libraries";
4444 homepage = "https://github.com/cloudlinux/kcare-uchecker";
4545 changelog = "https://github.com/cloudlinux/kcare-uchecker/releases/tag/v${version}";
4646- license = licenses.gpl2Only;
4747- maintainers = with maintainers; [ fab ];
4646+ license = lib.licenses.gpl2Only;
4747+ maintainers = with lib.maintainers; [ fab ];
4848 mainProgram = "uchecker";
4949 };
5050}
+4-4
pkgs/by-name/ud/udp2raw/package.nix
···4343 wrapProgram "$out/bin/udp2raw" --prefix PATH : "${lib.makeBinPath [ iptables ]}"
4444 '';
45454646- meta = with lib; {
4646+ meta = {
4747 homepage = "https://github.com/wangyu-/udp2raw";
4848 description = "Tunnel which turns UDP traffic into encrypted UDP/FakeTCP/ICMP traffic by using a raw socket";
4949 mainProgram = "udp2raw";
5050- license = licenses.mit;
5050+ license = lib.licenses.mit;
5151 changelog = "https://github.com/wangyu-/udp2raw/releases/tag/${version}";
5252- maintainers = with maintainers; [ chvp ];
5353- platforms = platforms.linux;
5252+ maintainers = with lib.maintainers; [ chvp ];
5353+ platforms = lib.platforms.linux;
5454 };
5555}
+3-3
pkgs/by-name/ud/udpx/package.nix
···2222 "-w"
2323 ];
24242525- meta = with lib; {
2525+ meta = {
2626 description = "Single-packet UDP scanner";
2727 mainProgram = "udpx";
2828 homepage = "https://github.com/nullt3r/udpx";
2929 changelog = "https://github.com/nullt3r/udpx/releases/tag/v${version}";
3030- license = licenses.mit;
3131- maintainers = with maintainers; [ fab ];
3030+ license = lib.licenses.mit;
3131+ maintainers = with lib.maintainers; [ fab ];
3232 };
3333}
+3-3
pkgs/by-name/un/uncover/package.nix
···31313232 versionCheckProgramArg = "-version";
33333434- meta = with lib; {
3434+ meta = {
3535 description = "API wrapper to search for exposed hosts";
3636 longDescription = ''
3737 uncover is a go wrapper using APIs of well known search engines to quickly
···4141 '';
4242 homepage = "https://github.com/projectdiscovery/uncover";
4343 changelog = "https://github.com/projectdiscovery/uncover/releases/tag/v${version}";
4444- license = licenses.mit;
4545- maintainers = with maintainers; [ fab ];
4444+ license = lib.licenses.mit;
4545+ maintainers = with lib.maintainers; [ fab ];
4646 mainProgram = "uncover";
4747 };
4848}
+3-3
pkgs/by-name/un/uni/package.nix
···2323 "-X=main.version=${version}"
2424 ];
25252626- meta = with lib; {
2626+ meta = {
2727 homepage = "https://github.com/arp242/uni";
2828 description = "Query the Unicode database from the commandline, with good support for emojis";
2929 changelog = "https://github.com/arp242/uni/releases/tag/v${version}";
3030- license = licenses.mit;
3131- maintainers = with maintainers; [ chvp ];
3030+ license = lib.licenses.mit;
3131+ maintainers = with lib.maintainers; [ chvp ];
3232 mainProgram = "uni";
3333 };
3434}
+3-3
pkgs/by-name/un/unifi-protect-backup/package.nix
···50505151 nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ];
52525353- meta = with lib; {
5353+ meta = {
5454 description = "Python tool to backup unifi event clips in realtime";
5555 homepage = "https://github.com/ep1cman/unifi-protect-backup";
5656 changelog = "https://github.com/ep1cman/unifi-protect-backup/blob/v${version}/CHANGELOG.md";
5757- license = licenses.mit;
5858- teams = [ teams.helsinki-systems ];
5757+ license = lib.licenses.mit;
5858+ teams = [ lib.teams.helsinki-systems ];
5959 mainProgram = "unifi-protect-backup";
6060 };
6161}
···26262727 passthru.tests = { inherit (nixosTests.prometheus-exporters) unpoller; };
28282929- meta = with lib; {
2929+ meta = {
3030 description = "Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus";
3131 homepage = "https://github.com/unpoller/unpoller";
3232 changelog = "https://github.com/unpoller/unpoller/releases/tag/v${version}";
3333- license = licenses.mit;
3434- maintainers = with maintainers; [ Frostman ];
3333+ license = lib.licenses.mit;
3434+ maintainers = with lib.maintainers; [ Frostman ];
3535 };
3636}
+3-3
pkgs/by-name/un/unstructured-api/package.nix
···181181 updateScript = nix-update-script { };
182182 };
183183184184- meta = with lib; {
184184+ meta = {
185185 description = "open-source toolkit designed to make it easy to prepare unstructured data like PDFs, HTML and Word Documents for downstream data science tasks";
186186 homepage = "https://github.com/Unstructured-IO/unstructured-api";
187187 changelog = "https://github.com/Unstructured-IO/unstructured-api/releases/tag/${version}";
188188- license = licenses.asl20;
189189- maintainers = with maintainers; [ happysalada ];
188188+ license = lib.licenses.asl20;
189189+ maintainers = with lib.maintainers; [ happysalada ];
190190 };
191191}
+3-3
pkgs/by-name/up/uptime-kuma/package.nix
···46464747 passthru.tests.uptime-kuma = nixosTests.uptime-kuma;
48484949- meta = with lib; {
4949+ meta = {
5050 description = "Fancy self-hosted monitoring tool";
5151 mainProgram = "uptime-kuma-server";
5252 homepage = "https://github.com/louislam/uptime-kuma";
5353 changelog = "https://github.com/louislam/uptime-kuma/releases/tag/${version}";
5454- license = licenses.mit;
5555- maintainers = with maintainers; [ julienmalka ];
5454+ license = lib.licenses.mit;
5555+ maintainers = with lib.maintainers; [ julienmalka ];
5656 # FileNotFoundError: [Errno 2] No such file or directory: 'xcrun'
5757 broken = stdenv.hostPlatform.isDarwin;
5858 };
···19192020 nativeBuildInputs = [ cmake ];
21212222- meta = with lib; {
2222+ meta = {
2323 homepage = "https://github.com/nemtrif/utfcpp";
2424 changelog = "https://github.com/nemtrif/utfcpp/releases/tag/v${version}";
2525 description = "UTF-8 with C++ in a Portable Way";
2626- license = licenses.boost;
2727- maintainers = with maintainers; [ jobojeha ];
2828- platforms = platforms.all;
2626+ license = lib.licenses.boost;
2727+ maintainers = with lib.maintainers; [ jobojeha ];
2828+ platforms = lib.platforms.all;
2929 };
3030}
+5-5
pkgs/by-name/ut/utm/package.nix
···3737 runHook postInstall
3838 '';
39394040- meta = with lib; {
4040+ meta = {
4141 description = "Full featured system emulator and virtual machine host for iOS and macOS";
4242 longDescription = ''
4343 UTM is a full featured system emulator and virtual machine host for iOS
···6363 homepage = "https://mac.getutm.app/";
6464 changelog = "https://github.com/utmapp/utm/releases/tag/v${version}";
6565 mainProgram = "UTM";
6666- license = licenses.asl20;
6767- platforms = platforms.darwin; # 11.3 is the minimum supported version as of UTM 4.
6868- sourceProvenance = with sourceTypes; [ binaryNativeCode ];
6969- maintainers = with maintainers; [
6666+ license = lib.licenses.asl20;
6767+ platforms = lib.platforms.darwin; # 11.3 is the minimum supported version as of UTM 4.
6868+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
6969+ maintainers = with lib.maintainers; [
7070 rrbutani
7171 wegank
7272 ];
+3-3
pkgs/by-name/va/vals/package.nix
···3535 command = "vals version";
3636 };
37373838- meta = with lib; {
3838+ meta = {
3939 description = "Helm-like configuration values loader with support for various sources";
4040 mainProgram = "vals";
4141- license = licenses.asl20;
4141+ license = lib.licenses.asl20;
4242 homepage = "https://github.com/helmfile/vals";
4343 changelog = "https://github.com/helmfile/vals/releases/v${version}";
4444- maintainers = with maintainers; [ stehessel ];
4444+ maintainers = with lib.maintainers; [ stehessel ];
4545 };
4646}
+3-3
pkgs/by-name/va/vault-ssh-plus/package.nix
···3939 version = "v${version}";
4040 };
41414242- meta = with lib; {
4242+ meta = {
4343 homepage = "https://github.com/isometry/vault-ssh-plus";
4444 changelog = "https://github.com/isometry/vault-ssh-plus/releases/tag/v${version}";
4545 description = "Automatically use HashiCorp Vault SSH Client Key Signing with ssh(1)";
4646 mainProgram = "vssh";
4747- license = licenses.mit;
4848- maintainers = with maintainers; [ lesuisse ];
4747+ license = lib.licenses.mit;
4848+ maintainers = with lib.maintainers; [ lesuisse ];
4949 };
5050}
+3-3
pkgs/by-name/va/vault/package.nix
···6666 ;
6767 };
68686969- meta = with lib; {
6969+ meta = {
7070 homepage = "https://www.vaultproject.io/";
7171 description = "Tool for managing secrets";
7272 changelog = "https://github.com/hashicorp/vault/blob/v${version}/CHANGELOG.md";
7373- license = licenses.bsl11;
7373+ license = lib.licenses.bsl11;
7474 mainProgram = "vault";
7575- maintainers = with maintainers; [
7575+ maintainers = with lib.maintainers; [
7676 rushmorem
7777 lnl7
7878 offline
+3-3
pkgs/by-name/va/vaultwarden/package.nix
···5151 updateScript = callPackage ./update.nix { };
5252 };
53535454- meta = with lib; {
5454+ meta = {
5555 description = "Unofficial Bitwarden compatible server written in Rust";
5656 homepage = "https://github.com/dani-garcia/vaultwarden";
5757 changelog = "https://github.com/dani-garcia/vaultwarden/releases/tag/${version}";
5858- license = licenses.agpl3Only;
5959- maintainers = with maintainers; [
5858+ license = lib.licenses.agpl3Only;
5959+ maintainers = with lib.maintainers; [
6060 dotlambda
6161 SuperSandro2000
6262 ];
+3-3
pkgs/by-name/va/vaultwarden/webvault.nix
···5656 tests = nixosTests.vaultwarden;
5757 };
58585959- meta = with lib; {
5959+ meta = {
6060 description = "Integrates the web vault into vaultwarden";
6161 homepage = "https://github.com/dani-garcia/bw_web_builds";
6262 changelog = "https://github.com/dani-garcia/bw_web_builds/releases/tag/v${version}";
6363- platforms = platforms.all;
6464- license = licenses.gpl3Plus;
6363+ platforms = lib.platforms.all;
6464+ license = lib.licenses.gpl3Plus;
6565 inherit (vaultwarden.meta) maintainers;
6666 };
6767}
···6969 ignoredVersions = "beta";
7070 };
71717272- meta = with lib; {
7272+ meta = {
7373 description = "Vi-like file manager${lib.optionalString isFullPackage "; Includes support for optional features"}";
7474 mainProgram = "vifm";
7575- maintainers = with maintainers; [ raskin ];
7676- platforms = if mediaSupport then platforms.linux else platforms.unix;
7777- license = licenses.gpl2;
7575+ maintainers = with lib.maintainers; [ raskin ];
7676+ platforms = if mediaSupport then lib.platforms.linux else lib.platforms.unix;
7777+ license = lib.licenses.gpl2;
7878 downloadPage = "https://vifm.info/downloads.shtml";
7979 homepage = "https://vifm.info/";
8080 changelog = "https://github.com/vifm/vifm/blob/v${version}/ChangeLog";
+3-3
pkgs/by-name/vi/vitess/package.nix
···2525 # integration tests require access to syslog and root
2626 doCheck = false;
27272828- meta = with lib; {
2828+ meta = {
2929 homepage = "https://vitess.io/";
3030 changelog = "https://github.com/vitessio/vitess/releases/tag/v${version}";
3131 description = "Database clustering system for horizontal scaling of MySQL";
3232- license = licenses.asl20;
3333- maintainers = with maintainers; [ urandom ];
3232+ license = lib.licenses.asl20;
3333+ maintainers = with lib.maintainers; [ urandom ];
3434 };
3535}
+3-3
pkgs/by-name/wa/waf-tester/package.nix
···3131 version = "waf-tester ${version}, commit none, built at unknown by unknown";
3232 };
33333434- meta = with lib; {
3434+ meta = {
3535 description = "Tool to test Web Application Firewalls (WAFs)";
3636 mainProgram = "waf-tester";
3737 homepage = "https://github.com/jreisinger/waf-tester";
3838 changelog = "https://github.com/jreisinger/waf-tester/releases/tag/v${version}";
3939- license = licenses.gpl3Only;
4040- maintainers = with maintainers; [ fab ];
3939+ license = lib.licenses.gpl3Only;
4040+ maintainers = with lib.maintainers; [ fab ];
4141 };
4242}
+3-3
pkgs/by-name/wa/wafw00f/package.nix
···28282929 pythonImportsCheck = [ "wafw00f" ];
30303131- meta = with lib; {
3131+ meta = {
3232 description = "Tool to identify and fingerprint Web Application Firewalls (WAF)";
3333 homepage = "https://github.com/EnableSecurity/wafw00f";
3434 changelog = "https://github.com/EnableSecurity/wafw00f/releases/tag/v${version}";
3535- license = licenses.bsd3;
3636- maintainers = with maintainers; [ fab ];
3535+ license = lib.licenses.bsd3;
3636+ maintainers = with lib.maintainers; [ fab ];
3737 mainProgram = "wafw00f";
3838 };
3939}
+4-4
pkgs/by-name/wa/wallabag/package.nix
···4242 runHook postInstall
4343 '';
44444545- meta = with lib; {
4545+ meta = {
4646 description = "wallabag is a self hostable application for saving web pages";
4747 longDescription = ''
4848 wallabag is a self-hostable PHP application allowing you to not
4949 miss any content anymore. Click, save and read it when you can.
5050 It extracts content so that you can read it when you have time.
5151 '';
5252- license = licenses.mit;
5252+ license = lib.licenses.mit;
5353 homepage = "https://wallabag.org";
5454 changelog = "https://github.com/wallabag/wallabag/releases/tag/${version}";
5555- maintainers = with maintainers; [ schneefux ];
5656- platforms = platforms.all;
5555+ maintainers = with lib.maintainers; [ schneefux ];
5656+ platforms = lib.platforms.all;
5757 };
5858}
+4-4
pkgs/by-name/wa/watchdogd/package.nix
···32323333 passthru.tests = { inherit (nixosTests) watchdogd; };
34343535- meta = with lib; {
3535+ meta = {
3636 description = "Advanced system & process supervisor for Linux";
3737 homepage = "https://troglobit.com/watchdogd.html";
3838 changelog = "https://github.com/troglobit/watchdogd/releases/tag/${version}";
3939- license = licenses.isc;
4040- platforms = platforms.linux;
4141- maintainers = with maintainers; [ vifino ];
3939+ license = lib.licenses.isc;
4040+ platforms = lib.platforms.linux;
4141+ maintainers = with lib.maintainers; [ vifino ];
4242 };
4343}