treewide: refactor meta section part 2

adapta-gtk-theme: remove maintainers.

Co-authored-by: Shawn8901 <shawn8901@googlemail.com>
This commit is contained in:
Guy Chronister 2025-06-23 02:13:17 +00:00
parent 84806571cb
commit 33c8949e5f
47 changed files with 168 additions and 168 deletions

View File

@ -23,11 +23,11 @@ rustPlatform.buildRustPackage {
ln -s ${./Cargo.lock} Cargo.lock ln -s ${./Cargo.lock} Cargo.lock
''; '';
meta = with lib; { meta = {
homepage = "https://github.com/mcy/0x"; homepage = "https://github.com/mcy/0x";
description = "Colorful, configurable xxd"; description = "Colorful, configurable xxd";
mainProgram = "0x"; mainProgram = "0x";
license = licenses.asl20; license = lib.licenses.asl20;
maintainers = with maintainers; [ ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View File

@ -27,11 +27,11 @@ stdenv.mkDerivation rec {
''; '';
installFlags = [ "PREFIX=$(out)" ]; installFlags = [ "PREFIX=$(out)" ];
meta = with lib; { meta = {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = "Animated console version of the 2048 game"; description = "Animated console version of the 2048 game";
mainProgram = "2048-in-terminal"; mainProgram = "2048-in-terminal";
license = licenses.mit; license = lib.licenses.mit;
platforms = platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -38,11 +38,11 @@ python3Packages.buildPythonApplication rec {
install -Dm755 lightyears "$out/bin/lightyears" install -Dm755 lightyears "$out/bin/lightyears"
''; '';
meta = with lib; { meta = {
description = "Steampunk-themed strategy game where you have to manage a steam supply network"; description = "Steampunk-themed strategy game where you have to manage a steam supply network";
mainProgram = "lightyears"; mainProgram = "lightyears";
homepage = "http://jwhitham.org.uk/20kly/"; homepage = "http://jwhitham.org.uk/20kly/";
license = licenses.gpl2Only; license = lib.licenses.gpl2Only;
maintainers = with maintainers; [ fgaz ]; maintainers = with lib.maintainers; [ fgaz ];
}; };
} }

View File

@ -50,7 +50,7 @@ buildGoModule rec {
wrapProgram $out/bin/3mux --prefix PATH : $out/bin wrapProgram $out/bin/3mux --prefix PATH : $out/bin
''; '';
meta = with lib; { meta = {
description = "Terminal multiplexer inspired by i3"; description = "Terminal multiplexer inspired by i3";
mainProgram = "3mux"; mainProgram = "3mux";
longDescription = '' longDescription = ''
@ -58,11 +58,11 @@ buildGoModule rec {
mouse-controlled scrollback, and i3-like keybindings mouse-controlled scrollback, and i3-like keybindings
''; '';
homepage = "https://github.com/aaronjanse/3mux"; homepage = "https://github.com/aaronjanse/3mux";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ maintainers = with lib.maintainers; [
aaronjanse aaronjanse
Br1ght0ne Br1ght0ne
]; ];
platforms = platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -79,12 +79,12 @@ stdenv.mkDerivation {
dontFixup = true; dontFixup = true;
dontStrip = true; dontStrip = true;
meta = with lib; { meta = {
homepage = "https://github.com/gapophustu/4D-Minesweeper"; homepage = "https://github.com/gapophustu/4D-Minesweeper";
description = "4D Minesweeper game written in Godot"; description = "4D Minesweeper game written in Godot";
license = licenses.mpl20; license = lib.licenses.mpl20;
platforms = platforms.linux; platforms = lib.platforms.linux;
maintainers = [ ]; maintainers = with lib.maintainers; [ ];
mainProgram = "4d-minesweeper"; mainProgram = "4d-minesweeper";
}; };
} }

View File

@ -29,11 +29,11 @@ stdenv.mkDerivation rec {
installFlags = [ "install-exec" ]; installFlags = [ "install-exec" ];
meta = with lib; { meta = {
homepage = "https://4ti2.github.io/"; homepage = "https://4ti2.github.io/";
description = "Software package for algebraic, geometric and combinatorial problems on linear spaces"; description = "Software package for algebraic, geometric and combinatorial problems on linear spaces";
license = with licenses; [ gpl2Plus ]; license = lib.licenses.gpl2Plus;
maintainers = with maintainers; [ ]; maintainers = with lib.maintainers; [ ];
platforms = platforms.all; platforms = lib.platforms.all;
}; };
} }

View File

@ -79,11 +79,11 @@ gccStdenv.mkDerivation (finalAttrs: {
# Multiplayer is auto-disabled for non-x86 system # Multiplayer is auto-disabled for non-x86 system
meta = with lib; { meta = {
homepage = "https://www.7kfans.com"; homepage = "https://www.7kfans.com";
description = "GPL release of the Seven Kingdoms with multiplayer (available only on x86 platforms)"; description = "GPL release of the Seven Kingdoms with multiplayer (available only on x86 platforms)";
license = licenses.gpl2Only; license = lib.licenses.gpl2Only;
platforms = platforms.x86_64 ++ platforms.aarch64; platforms = lib.platforms.x86_64 ++ lib.platforms.aarch64;
maintainers = with maintainers; [ _1000101 ]; maintainers = with lib.maintainers; [ _1000101 ];
}; };
}) })

View File

@ -30,12 +30,12 @@ stdenv.mkDerivation {
libXext libXext
]; ];
meta = with lib; { meta = {
homepage = "https://github.com/arnoldrobbins/9menu"; homepage = "https://github.com/arnoldrobbins/9menu";
description = "Simple X11 menu program for running commands"; description = "Simple X11 menu program for running commands";
mainProgram = "9menu"; mainProgram = "9menu";
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with maintainers; [ ]; maintainers = with lib.maintainers; [ ];
platforms = libX11.meta.platforms; platforms = libX11.meta.platforms;
}; };
} }

View File

@ -17,16 +17,16 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
installTargets = "mount.9ptls.install"; installTargets = "mount.9ptls.install";
meta = with lib; { meta = {
description = "mount.9ptls mount helper"; description = "mount.9ptls mount helper";
longDescription = '' longDescription = ''
mount.9ptls wraps the v9fs mount type in a dp9ik authenticated mount.9ptls wraps the v9fs mount type in a dp9ik authenticated
tls tunnel using tlsclient. tls tunnel using tlsclient.
''; '';
homepage = "https://git.sr.ht/~moody/tlsclient"; homepage = "https://git.sr.ht/~moody/tlsclient";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ moody ]; maintainers = with lib.maintainers; [ moody ];
mainProgram = "mount.9ptls"; mainProgram = "mount.9ptls";
platforms = platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -50,11 +50,11 @@ stdenv.mkDerivation rec {
passthru.updateScript = gitUpdater { }; passthru.updateScript = gitUpdater { };
meta = with lib; { meta = {
description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system"; description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system";
homepage = "https://a2jmidid.ladish.org/"; homepage = "https://a2jmidid.ladish.org/";
license = licenses.gpl2Only; license = lib.licenses.gpl2Only;
maintainers = [ ]; maintainers = with lib.maintainers; [ ];
platforms = [ platforms = [
"i686-linux" "i686-linux"
"x86_64-linux" "x86_64-linux"

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
strictDeps = true; strictDeps = true;
meta = with lib; { meta = {
description = "Anything to PostScript converter and pretty-printer"; description = "Anything to PostScript converter and pretty-printer";
longDescription = '' longDescription = ''
GNU a2ps converts files into PostScript for printing or viewing. It uses a nice default format, GNU a2ps converts files into PostScript for printing or viewing. It uses a nice default format,
@ -50,8 +50,8 @@ stdenv.mkDerivation rec {
well as pretty printing for a wide range of programming languages. well as pretty printing for a wide range of programming languages.
''; '';
homepage = "https://www.gnu.org/software/a2ps/"; homepage = "https://www.gnu.org/software/a2ps/";
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = [ maintainers.bennofs ]; maintainers = with lib.maintainers; [ bennofs ];
platforms = platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -17,11 +17,11 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-CHX+Ugy4ND36cpxNEFpnqid6ALHMPXmfXi+D4aktPRk="; cargoHash = "sha256-CHX+Ugy4ND36cpxNEFpnqid6ALHMPXmfXi+D4aktPRk=";
meta = with lib; { meta = {
description = "Terminal viewer for 3a format"; description = "Terminal viewer for 3a format";
homepage = "https://github.com/DomesticMoth/aaa"; homepage = "https://github.com/DomesticMoth/aaa";
license = with licenses; [ gpl3Only ]; license = lib.licenses.gpl3Only;
maintainers = with maintainers; [ asciimoth ]; maintainers = with lib.maintainers; [ asciimoth ];
mainProgram = "aaa"; mainProgram = "aaa";
}; };
} }

View File

@ -29,12 +29,12 @@ stdenv.mkDerivation {
env.NIX_CFLAGS_COMPILE = "-Wno-error=narrowing"; env.NIX_CFLAGS_COMPILE = "-Wno-error=narrowing";
meta = with lib; { meta = {
description = "ReplayGain for AAC files"; description = "ReplayGain for AAC files";
homepage = "https://github.com/dgilman/aacgain"; homepage = "https://github.com/dgilman/aacgain";
license = licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = platforms.unix; platforms = lib.platforms.unix;
maintainers = [ maintainers.robbinch ]; maintainers = with lib.maintainers; [ robbinch ];
mainProgram = "aacgain"; mainProgram = "aacgain";
}; };
} }

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
install -Dm644 NEWS README REMARKS TODO -t $out/share/doc/${pname} install -Dm644 NEWS README REMARKS TODO -t $out/share/doc/${pname}
''; '';
meta = with lib; { meta = {
homepage = "https://github.com/log69/aaphoto"; homepage = "https://github.com/log69/aaphoto";
description = "Free and open source automatic photo adjusting software"; description = "Free and open source automatic photo adjusting software";
longDescription = '' longDescription = ''
@ -48,9 +48,9 @@ stdenv.mkDerivation rec {
don't intend to spend a lot of time with manually correcting the images don't intend to spend a lot of time with manually correcting the images
one-by-one. one-by-one.
''; '';
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with maintainers; [ ]; maintainers = with lib.maintainers; [ ];
platforms = platforms.unix; platforms = lib.platforms.unix;
mainProgram = "aaphoto"; mainProgram = "aaphoto";
}; };
} }

View File

@ -21,13 +21,13 @@ rustPlatform.buildRustPackage rec {
passthru.tests = { inherit (nixosTests) podman; }; passthru.tests = { inherit (nixosTests) podman; };
meta = with lib; { meta = {
changelog = "https://github.com/containers/aardvark-dns/releases/tag/${src.rev}"; changelog = "https://github.com/containers/aardvark-dns/releases/tag/${src.rev}";
description = "Authoritative dns server for A/AAAA container records"; description = "Authoritative dns server for A/AAAA container records";
homepage = "https://github.com/containers/aardvark-dns"; homepage = "https://github.com/containers/aardvark-dns";
license = licenses.asl20; license = lib.licenses.asl20;
teams = [ teams.podman ]; teams = with lib.teams; [ podman ];
platforms = platforms.linux; platforms = lib.platforms.linux;
mainProgram = "aardvark-dns"; mainProgram = "aardvark-dns";
}; };
} }

View File

@ -70,10 +70,10 @@ resholve.mkDerivation rec {
}; };
}; };
meta = with lib; { meta = {
description = "Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS"; description = "Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS";
homepage = "https://krumpetpirate.github.io/AAXtoMP3"; homepage = "https://krumpetpirate.github.io/AAXtoMP3";
license = licenses.wtfpl; license = lib.licenses.wtfpl;
maintainers = with maintainers; [ urandom ]; maintainers = with lib.maintainers; [ urandom ];
}; };
} }

View File

@ -29,12 +29,12 @@ rustPlatform.buildRustPackage rec {
--zsh <($out/bin/ab-av1 print-completions zsh) --zsh <($out/bin/ab-av1 print-completions zsh)
''; '';
meta = with lib; { meta = {
description = "AV1 re-encoding using ffmpeg, svt-av1 & vmaf"; description = "AV1 re-encoding using ffmpeg, svt-av1 & vmaf";
homepage = "https://github.com/alexheretic/ab-av1"; homepage = "https://github.com/alexheretic/ab-av1";
changelog = "https://github.com/alexheretic/ab-av1/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/alexheretic/ab-av1/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit; license = lib.licenses.mit;
maintainers = [ ]; maintainers = with lib.maintainers; [ ];
mainProgram = "ab-av1"; mainProgram = "ab-av1";
}; };
} }

View File

@ -87,12 +87,12 @@ stdenv.mkDerivation rec {
}) })
]; ];
meta = with lib; { meta = {
description = "Discord client reimplementation, written in C++"; description = "Discord client reimplementation, written in C++";
mainProgram = "abaddon"; mainProgram = "abaddon";
homepage = "https://github.com/uowuo/abaddon"; homepage = "https://github.com/uowuo/abaddon";
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with maintainers; [ genericnerdyusername ]; maintainers = with lib.maintainers; [ genericnerdyusername ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -39,11 +39,11 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/applications mkdir -p $out/share/applications
''; '';
meta = with lib; { meta = {
homepage = "https://locomalito.com/abbaye_des_morts.php"; homepage = "https://locomalito.com/abbaye_des_morts.php";
description = "Retro arcade video game"; description = "Retro arcade video game";
mainProgram = "abbayev2"; mainProgram = "abbayev2";
license = licenses.gpl3; license = lib.licenses.gpl3;
maintainers = [ maintainers.marius851000 ]; maintainers = with lib.maintainers; [ marius851000 ];
}; };
} }

View File

@ -34,12 +34,12 @@ buildGoModule rec {
--zsh <($out/bin/abbreviate completion zsh) --zsh <($out/bin/abbreviate completion zsh)
''; '';
meta = with lib; { meta = {
description = "Shorten your strings using common abbreviations"; description = "Shorten your strings using common abbreviations";
mainProgram = "abbreviate"; mainProgram = "abbreviate";
homepage = "https://github.com/dnnrly/abbreviate"; homepage = "https://github.com/dnnrly/abbreviate";
changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}"; changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}";
license = licenses.asl20; license = lib.licenses.asl20;
maintainers = with maintainers; [ figsoda ]; maintainers = with lib.maintainers; [ figsoda ];
}; };
} }

View File

@ -29,15 +29,15 @@ stdenv.mkDerivation (finalAttrs: {
# needed by yosys # needed by yosys
passthru.rev = finalAttrs.src.rev; passthru.rev = finalAttrs.src.rev;
meta = with lib; { meta = {
description = "Tool for squential logic synthesis and formal verification"; description = "Tool for squential logic synthesis and formal verification";
homepage = "https://people.eecs.berkeley.edu/~alanmi/abc"; homepage = "https://people.eecs.berkeley.edu/~alanmi/abc";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ maintainers = with lib.maintainers; [
thoughtpolice thoughtpolice
Luflosi Luflosi
]; ];
mainProgram = "abc"; mainProgram = "abc";
platforms = platforms.unix; platforms = lib.platforms.unix;
}; };
}) })

View File

@ -40,12 +40,12 @@ stdenv.mkDerivation (finalAttrs: {
}; };
}; };
meta = with lib; { meta = {
homepage = "http://moinejf.free.fr/"; homepage = "http://moinejf.free.fr/";
license = licenses.lgpl3Plus; license = lib.licenses.lgpl3Plus;
description = "Command line program which converts ABC to music sheet in PostScript or SVG format"; description = "Command line program which converts ABC to music sheet in PostScript or SVG format";
platforms = platforms.unix; platforms = lib.platforms.unix;
maintainers = [ maintainers.dotlambda ]; maintainers = with lib.maintainers; [ dotlambda ];
mainProgram = "abcm2ps"; mainProgram = "abcm2ps";
}; };
}) })

View File

@ -53,12 +53,12 @@ stdenv.mkDerivation {
}) })
]; ];
meta = with lib; { meta = {
homepage = "http://brain-dump.org/projects/abduco"; homepage = "http://brain-dump.org/projects/abduco";
license = licenses.isc; license = lib.licenses.isc;
description = "Allows programs to be run independently from its controlling terminal"; description = "Allows programs to be run independently from its controlling terminal";
maintainers = with maintainers; [ pSub ]; maintainers = with lib.maintainers; [ pSub ];
platforms = platforms.unix; platforms = lib.platforms.unix;
mainProgram = "abduco"; mainProgram = "abduco";
}; };
} }

View File

@ -28,12 +28,12 @@ stdenv.mkDerivation rec {
makeFlags = [ "prefix=$(out)" ]; makeFlags = [ "prefix=$(out)" ];
meta = with lib; { meta = {
homepage = "https://lvc.github.io/abi-compliance-checker"; homepage = "https://lvc.github.io/abi-compliance-checker";
description = "Tool for checking backward API/ABI compatibility of a C/C++ library"; description = "Tool for checking backward API/ABI compatibility of a C/C++ library";
mainProgram = "abi-compliance-checker"; mainProgram = "abi-compliance-checker";
license = licenses.lgpl21; license = lib.licenses.lgpl21;
maintainers = [ maintainers.bhipple ]; maintainers = with lib.maintainers; [ bhipple ];
platforms = platforms.all; platforms = lib.platforms.all;
}; };
} }

View File

@ -36,12 +36,12 @@ stdenv.mkDerivation rec {
preBuild = "mkdir -p $out"; preBuild = "mkdir -p $out";
makeFlags = [ "prefix=$(out)" ]; makeFlags = [ "prefix=$(out)" ];
meta = with lib; { meta = {
homepage = "https://github.com/lvc/abi-dumper"; homepage = "https://github.com/lvc/abi-dumper";
description = "Dump ABI of an ELF object containing DWARF debug info"; description = "Dump ABI of an ELF object containing DWARF debug info";
mainProgram = "abi-dumper"; mainProgram = "abi-dumper";
license = licenses.lgpl21; license = lib.licenses.lgpl21;
maintainers = [ maintainers.bhipple ]; maintainers = with lib.maintainers; [ bhipple ];
platforms = platforms.all; platforms = lib.platforms.all;
}; };
} }

View File

@ -74,13 +74,13 @@ stdenv.mkDerivation rec {
rev-prefix = "release-"; rev-prefix = "release-";
}; };
meta = with lib; { meta = {
description = "Word processing program, similar to Microsoft Word"; description = "Word processing program, similar to Microsoft Word";
mainProgram = "abiword"; mainProgram = "abiword";
homepage = "https://gitlab.gnome.org/World/AbiWord/"; homepage = "https://gitlab.gnome.org/World/AbiWord/";
license = licenses.gpl3; license = lib.licenses.gpl3;
platforms = platforms.linux; platforms = lib.platforms.linux;
maintainers = with maintainers; [ maintainers = with lib.maintainers; [
pSub pSub
ylwghst ylwghst
sna sna

View File

@ -55,11 +55,11 @@ stdenv.mkDerivation rec {
} }
''; '';
meta = with lib; { meta = {
homepage = "https://github.com/ggrandou/abootimg"; homepage = "https://github.com/ggrandou/abootimg";
description = "Manipulate Android Boot Images"; description = "Manipulate Android Boot Images";
license = licenses.gpl2; license = lib.licenses.gpl2;
platforms = platforms.linux; platforms = lib.platforms.linux;
maintainers = [ maintainers.flokli ]; maintainers = with lib.maintainers; [ flokli ];
}; };
} }

View File

@ -49,12 +49,12 @@ stdenv.mkDerivation rec {
"-DSOAPYSDR=ON" "-DSOAPYSDR=ON"
]; ];
meta = with lib; { meta = {
description = "DAB/DAB+ radio application"; description = "DAB/DAB+ radio application";
homepage = "https://github.com/KejPi/AbracaDABra"; homepage = "https://github.com/KejPi/AbracaDABra";
platforms = platforms.linux; platforms = lib.platforms.linux;
license = licenses.mit; license = lib.licenses.mit;
maintainers = [ maintainers.markuskowa ]; maintainers = with lib.maintainers; [ markuskowa ];
mainProgram = "AbracaDABra"; mainProgram = "AbracaDABra";
}; };
} }

View File

@ -30,12 +30,12 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall runHook postInstall
''; '';
meta = with lib; { meta = {
description = "ACS script compiler for use with ZDoom and Hexen"; description = "ACS script compiler for use with ZDoom and Hexen";
homepage = "https://zdoom.org/wiki/ACC"; homepage = "https://zdoom.org/wiki/ACC";
license = licenses.activision; license = lib.licenses.activision;
maintainers = with maintainers; [ emilytrau ]; maintainers = with lib.maintainers; [ emilytrau ];
platforms = platforms.all; platforms = lib.platforms.all;
mainProgram = "acc"; mainProgram = "acc";
}; };
}) })

View File

@ -22,10 +22,10 @@ python3Packages.buildPythonApplication {
setuptools setuptools
]; ];
meta = with lib; { meta = {
description = "Architecture-level energy/area estimator for accelerator designs"; description = "Architecture-level energy/area estimator for accelerator designs";
license = licenses.mit; license = lib.licenses.mit;
homepage = "https://accelergy.mit.edu/"; homepage = "https://accelergy.mit.edu/";
maintainers = with maintainers; [ gdinh ]; maintainers = with lib.maintainers; [ gdinh ];
}; };
} }

View File

@ -100,12 +100,12 @@ stdenv.mkDerivation rec {
patchShebangs meson_post_install.py patchShebangs meson_post_install.py
''; '';
meta = with lib; { meta = {
description = "D-Bus interface for user account query and manipulation"; description = "D-Bus interface for user account query and manipulation";
homepage = "https://www.freedesktop.org/wiki/Software/AccountsService"; homepage = "https://www.freedesktop.org/wiki/Software/AccountsService";
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with maintainers; [ pSub ]; maintainers = with lib.maintainers; [ pSub ];
teams = [ teams.freedesktop ]; teams = with lib.teams; [ freedesktop ];
platforms = platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = with lib; { meta = {
description = "GNU Accounting Utilities, login and process accounting utilities"; description = "GNU Accounting Utilities, login and process accounting utilities";
longDescription = '' longDescription = ''
@ -25,11 +25,11 @@ stdenv.mkDerivation rec {
execution statistics. execution statistics.
''; '';
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
homepage = "https://www.gnu.org/software/acct/"; homepage = "https://www.gnu.org/software/acct/";
maintainers = with maintainers; [ pSub ]; maintainers = with lib.maintainers; [ pSub ];
platforms = platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -26,12 +26,12 @@ stdenv.mkDerivation rec {
runHook postInstall runHook postInstall
''; '';
meta = with lib; { meta = {
description = "Program for computing the AccurateRip checksum of singletrack WAV files"; description = "Program for computing the AccurateRip checksum of singletrack WAV files";
homepage = "https://github.com/leo-bogert/accuraterip-checksum"; homepage = "https://github.com/leo-bogert/accuraterip-checksum";
license = licenses.gpl3; license = lib.licenses.gpl3;
maintainers = [ ]; maintainers = with lib.maintainers; [ ];
platforms = with platforms; linux; platforms = lib.platforms.linux;
mainProgram = "accuraterip-checksum"; mainProgram = "accuraterip-checksum";
}; };
} }

View File

@ -41,12 +41,12 @@ stdenv.mkDerivation rec {
> include/makeinclude/platform_macros.GNU > include/makeinclude/platform_macros.GNU
''; '';
meta = with lib; { meta = {
homepage = "https://www.dre.vanderbilt.edu/~schmidt/ACE.html"; homepage = "https://www.dre.vanderbilt.edu/~schmidt/ACE.html";
description = "ADAPTIVE Communication Environment"; description = "ADAPTIVE Communication Environment";
mainProgram = "ace_gperf"; mainProgram = "ace_gperf";
license = licenses.doc; license = lib.licenses.doc;
maintainers = with maintainers; [ nico202 ]; maintainers = with lib.maintainers; [ nico202 ];
platforms = platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -66,11 +66,11 @@ stdenv.mkDerivation {
dune install --prefix $out --libdir $OCAMLFIND_DESTDIR dune install --prefix $out --libdir $OCAMLFIND_DESTDIR
''; '';
meta = with lib; { meta = {
homepage = "https://acg.loria.fr/"; homepage = "https://acg.loria.fr/";
description = "Toolkit for developing ACG signatures and lexicon"; description = "Toolkit for developing ACG signatures and lexicon";
license = licenses.cecill20; license = lib.licenses.cecill20;
inherit (ocamlPackages.ocaml.meta) platforms; inherit (ocamlPackages.ocaml.meta) platforms;
maintainers = [ maintainers.jirkamarsik ]; maintainers = with lib.maintainers; [ jirkamarsik ];
}; };
} }

View File

@ -37,11 +37,11 @@ python3.pkgs.buildPythonPackage {
"acltoolkit" "acltoolkit"
]; ];
meta = with lib; { meta = {
description = "ACL abuse swiss-knife"; description = "ACL abuse swiss-knife";
mainProgram = "acltoolkit"; mainProgram = "acltoolkit";
homepage = "https://github.com/zblurx/acltoolkit"; homepage = "https://github.com/zblurx/acltoolkit";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ fab ]; maintainers = with lib.maintainers; [ fab ];
}; };
} }

View File

@ -25,12 +25,12 @@ stdenv.mkDerivation rec {
makeFlags = [ "BINDIR=$(out)/bin" ]; makeFlags = [ "BINDIR=$(out)/bin" ];
meta = with lib; { meta = {
description = "Multi-platform cross assembler for 6502/6510/65816 CPUs"; description = "Multi-platform cross assembler for 6502/6510/65816 CPUs";
mainProgram = "acme"; mainProgram = "acme";
homepage = "https://sourceforge.net/projects/acme-crossass/"; homepage = "https://sourceforge.net/projects/acme-crossass/";
license = licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = platforms.all; platforms = lib.platforms.all;
maintainers = with maintainers; [ OPNA2608 ]; maintainers = with lib.maintainers; [ OPNA2608 ];
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
cp -r README samples $out/share/doc/actkbd cp -r README samples $out/share/doc/actkbd
''; '';
meta = with lib; { meta = {
description = "Keyboard shortcut daemon"; description = "Keyboard shortcut daemon";
longDescription = '' longDescription = ''
actkbd is a simple daemon that binds actions to keyboard events actkbd is a simple daemon that binds actions to keyboard events
@ -32,9 +32,9 @@ stdenv.mkDerivation rec {
recognises key combinations and can handle press, repeat and recognises key combinations and can handle press, repeat and
release events. release events.
''; '';
license = licenses.gpl2Only; license = lib.licenses.gpl2Only;
homepage = "http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/"; homepage = "http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/";
platforms = platforms.linux; platforms = lib.platforms.linux;
mainProgram = "actkbd"; mainProgram = "actkbd";
}; };
} }

View File

@ -41,11 +41,11 @@ stdenvNoCC.mkDerivation {
runHook postFixup runHook postFixup
''; '';
meta = with lib; { meta = {
description = "LDAP based Active Directory user and group enumeration tool"; description = "LDAP based Active Directory user and group enumeration tool";
homepage = "https://github.com/CroweCybersecurity/ad-ldap-enum"; homepage = "https://github.com/CroweCybersecurity/ad-ldap-enum";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ h7x4 ]; maintainers = with lib.maintainers; [ h7x4 ];
platforms = python3.meta.platforms; platforms = python3.meta.platforms;
mainProgram = "ad-ldap-enum"; mainProgram = "ad-ldap-enum";
}; };

View File

@ -33,12 +33,12 @@ python3.pkgs.buildPythonApplication rec {
pythonImportsCheck = [ "ad_miner" ]; pythonImportsCheck = [ "ad_miner" ];
meta = with lib; { meta = {
description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound"; description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound";
homepage = "https://github.com/Mazars-Tech/AD_Miner"; homepage = "https://github.com/Mazars-Tech/AD_Miner";
changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/${src.tag}/CHANGELOG.md";
license = licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with maintainers; [ fab ]; maintainers = with lib.maintainers; [ fab ];
mainProgram = "AD-miner"; mainProgram = "AD-miner";
}; };
} }

View File

@ -25,11 +25,11 @@ buildPythonApplication rec {
# No tests # No tests
doCheck = false; doCheck = false;
meta = with lib; { meta = {
homepage = "https://github.com/pycampers/ampy"; homepage = "https://github.com/pycampers/ampy";
license = licenses.mit; license = lib.licenses.mit;
description = "Utility to interact with a MicroPython board over a serial connection"; description = "Utility to interact with a MicroPython board over a serial connection";
maintainers = [ ]; maintainers = with lib.maintainers; [ ];
mainProgram = "ampy"; mainProgram = "ampy";
}; };
} }

View File

@ -27,14 +27,14 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ glib ]; buildInputs = [ glib ];
meta = with lib; { meta = {
description = "Wallpaper collection for adapta-project"; description = "Wallpaper collection for adapta-project";
homepage = "https://github.com/adapta-project/adapta-backgrounds"; homepage = "https://github.com/adapta-project/adapta-backgrounds";
license = with licenses; [ license = with lib.licenses; [
gpl2 gpl2
cc-by-sa-40 cc-by-sa-40
]; ];
platforms = platforms.all; platforms = lib.platforms.all;
maintainers = with maintainers; [ romildo ]; maintainers = with lib.maintainers; [ romildo ];
}; };
} }

View File

@ -54,14 +54,14 @@ stdenv.mkDerivation rec {
"--disable-unity" "--disable-unity"
]; ];
meta = with lib; { meta = {
description = "Adaptive GTK theme based on Material Design Guidelines"; description = "Adaptive GTK theme based on Material Design Guidelines";
homepage = "https://github.com/adapta-project/adapta-gtk-theme"; homepage = "https://github.com/adapta-project/adapta-gtk-theme";
license = with licenses; [ license = with lib.licenses; [
gpl2 gpl2
cc-by-sa-30 cc-by-sa-30
]; ];
platforms = platforms.linux; platforms = lib.platforms.linux;
maintainers = [ maintainers.romildo ]; maintainers = with lib.maintainers; [ romildo ];
}; };
} }

View File

@ -162,11 +162,11 @@ stdenv.mkDerivation (finalAttrs: {
updateScript = nix-update-script { }; updateScript = nix-update-script { };
}; };
meta = with lib; { meta = {
homepage = "https://github.com/AdaptiveCpp/AdaptiveCpp"; homepage = "https://github.com/AdaptiveCpp/AdaptiveCpp";
description = "Multi-backend implementation of SYCL for CPUs and GPUs"; description = "Multi-backend implementation of SYCL for CPUs and GPUs";
mainProgram = "acpp"; mainProgram = "acpp";
maintainers = with maintainers; [ yboettcher ]; maintainers = with lib.maintainers; [ yboettcher ];
license = licenses.bsd2; license = lib.licenses.bsd2;
}; };
}) })

View File

@ -36,11 +36,11 @@ python3.pkgs.buildPythonApplication {
runHook postInstall runHook postInstall
''; '';
meta = with lib; { meta = {
description = "Python-based tool designed to automate the process of discovering and exploiting Active Directory Certificate Services (ADCS) vulnerabilities"; description = "Python-based tool designed to automate the process of discovering and exploiting Active Directory Certificate Services (ADCS) vulnerabilities";
homepage = "https://github.com/grimlockx/ADCSKiller"; homepage = "https://github.com/grimlockx/ADCSKiller";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ exploitoverload ]; maintainers = with lib.maintainers; [ exploitoverload ];
mainProgram = "ADCSKiller"; mainProgram = "ADCSKiller";
}; };
} }

View File

@ -22,12 +22,12 @@ python3Packages.buildPythonApplication rec {
doCheck = false; doCheck = false;
pythonImportsCheck = [ "addic7ed_cli" ]; pythonImportsCheck = [ "addic7ed_cli" ];
meta = with lib; { meta = {
description = "Commandline access to addic7ed subtitles"; description = "Commandline access to addic7ed subtitles";
homepage = "https://github.com/BenoitZugmeyer/addic7ed-cli"; homepage = "https://github.com/BenoitZugmeyer/addic7ed-cli";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ aethelz ]; maintainers = with lib.maintainers; [ aethelz ];
platforms = platforms.unix; platforms = lib.platforms.unix;
mainProgram = "addic7ed"; mainProgram = "addic7ed";
}; };
} }

View File

@ -29,11 +29,11 @@ buildGoModule rec {
subPackages = [ "." ]; subPackages = [ "." ];
meta = with lib; { meta = {
description = "Ensures source code files have copyright license headers by scanning directory patterns recursively"; description = "Ensures source code files have copyright license headers by scanning directory patterns recursively";
homepage = "https://github.com/google/addlicense"; homepage = "https://github.com/google/addlicense";
license = licenses.asl20; license = lib.licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ]; maintainers = with lib.maintainers; [ SuperSandro2000 ];
mainProgram = "addlicense"; mainProgram = "addlicense";
}; };
} }