Drop myself from meta.maintainers for most packages.

I'd like to reduce the number of Github notifications and
review requests I receive.
This commit is contained in:
Peter Simons 2021-10-14 10:59:33 +02:00
parent b8ffa68b35
commit 476635afe1
60 changed files with 31 additions and 61 deletions

View file

@ -198,7 +198,7 @@ let emacs = stdenv.mkDerivation (lib.optionalAttrs nativeComp {
description = "The extensible, customizable GNU text editor"; description = "The extensible, customizable GNU text editor";
homepage = "https://www.gnu.org/software/emacs/"; homepage = "https://www.gnu.org/software/emacs/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 peti jwiegley adisbladis ]; maintainers = with maintainers; [ lovek323 jwiegley adisbladis ];
platforms = platforms.all; platforms = platforms.all;
longDescription = '' longDescription = ''

View file

@ -113,7 +113,6 @@ stdenv.mkDerivation {
''; '';
homepage = "http://www.sane-project.org/"; homepage = "http://www.sane-project.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
description = "Scanner Access Now Easy"; description = "Scanner Access Now Easy";
homepage = "http://www.sane-project.org/"; homepage = "http://www.sane-project.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.sane-project.org/"; homepage = "http://www.sane-project.org/";
description = "Graphical scanning frontend for sane"; description = "Graphical scanning frontend for sane";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [peti];
platforms = with lib.platforms; linux; platforms = with lib.platforms; linux;
}; };
} }

View file

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
IPSEC. IPSEC.
''; '';
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.peti ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };
} }

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = "http://nostatic.org/grip"; homepage = "http://nostatic.org/grip";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ marcweber peti ]; maintainers = with lib.maintainers; [ marcweber ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View file

@ -74,6 +74,5 @@ stdenv.mkDerivation rec {
homepage = "http://ikiwiki.info/"; homepage = "http://ikiwiki.info/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.peti ];
}; };
} }

View file

@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
meta = base.meta // { meta = base.meta // {
description = "A fast incremental file transfer utility"; description = "A fast incremental file transfer utility";
maintainers = with lib.maintainers; [ peti ehmry kampfschlaefer ]; maintainers = with lib.maintainers; [ ehmry kampfschlaefer ];
}; };
} }

View file

@ -25,7 +25,6 @@ stdenv.mkDerivation {
description = "Convert MS Word documents to plain text or PostScript"; description = "Convert MS Word documents to plain text or PostScript";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.peti ];
platforms = with lib.platforms; linux ++ darwin; platforms = with lib.platforms; linux ++ darwin;
}; };
} }

View file

@ -110,7 +110,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.gnucash.org/"; homepage = "http://www.gnucash.org/";
maintainers = [ lib.maintainers.peti lib.maintainers.domenkozar ]; maintainers = [ lib.maintainers.domenkozar ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; platforms = lib.platforms.gnu ++ lib.platforms.linux;
}; };
} }

View file

@ -31,7 +31,6 @@ stdenv.mkDerivation rec {
description = "Real-time 3D simulation of space"; description = "Real-time 3D simulation of space";
changelog = "https://github.com/CelestiaProject/Celestia/releases/tag/${version}"; changelog = "https://github.com/CelestiaProject/Celestia/releases/tag/${version}";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -37,6 +37,6 @@ mkDerivation rec {
homepage = "http://stellarium.org/"; homepage = "http://stellarium.org/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ peti ma27 ]; maintainers = with maintainers; [ ma27 ];
}; };
} }

View file

@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor"; description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor";
homepage = "http://www.tkgate.org/"; homepage = "http://www.tkgate.org/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.peti ];
hydraPlatforms = lib.platforms.linux; hydraPlatforms = lib.platforms.linux;
}; };
} }

View file

@ -119,6 +119,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ peti ] ++ teams.sage.members; maintainers = with maintainers; teams.sage.members;
}; };
} }

View file

@ -63,6 +63,5 @@ lib.fix (eukleides: stdenv.mkDerivation rec {
''; '';
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
}; };
}) })

View file

@ -113,6 +113,5 @@ stdenv.mkDerivation ({
''; '';
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
}; };
}) })

View file

@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2; license = licenses.gpl2;
homepage = "https://wxmaxima-developers.github.io/wxmaxima/"; homepage = "https://wxmaxima-developers.github.io/wxmaxima/";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.peti ];
}; };
} }

View file

@ -367,6 +367,6 @@ stdenv.mkDerivation {
''; '';
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ primeos peti wmertens globin ]; maintainers = with lib.maintainers; [ primeos wmertens globin ];
}; };
} }

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Network A/V plugin for OBS Studio"; description = "Network A/V plugin for OBS Studio";
homepage = "https://github.com/Palakis/obs-ndi"; homepage = "https://github.com/Palakis/obs-ndi";
maintainers = with maintainers; [ peti jshcmpbll ]; maintainers = with maintainers; [ jshcmpbll ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -314,7 +314,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with lib.maintainers; [ peti veprbl ]; maintainers = with lib.maintainers; [ veprbl ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
badPlatforms = [ "x86_64-darwin" ]; badPlatforms = [ "x86_64-darwin" ];

View file

@ -330,7 +330,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with lib.maintainers; [ peti veprbl ]; maintainers = with lib.maintainers; [ veprbl ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
badPlatforms = [ "x86_64-darwin" ]; badPlatforms = [ "x86_64-darwin" ];

View file

@ -344,8 +344,6 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with lib.maintainers; [ peti ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View file

@ -63,7 +63,6 @@ stdenv.mkDerivation rec {
declarativity of logic programming. declarativity of logic programming.
''; '';
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View file

@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
description = "A ISO-compatible high-performance Prolog compiler"; description = "A ISO-compatible high-performance Prolog compiler";
license = lib.licenses.artistic2; license = lib.licenses.artistic2;
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
broken = !stdenv.is64bit; # the linux 32 bit build fails. broken = !stdenv.is64bit; # the linux 32 bit build fails.
}; };

View file

@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.peti ];
}; };
} }

View file

@ -137,7 +137,6 @@ stdenv.mkDerivation {
badPlatforms = optional (versionOlder version "1.59") "aarch64-linux" badPlatforms = optional (versionOlder version "1.59") "aarch64-linux"
++ optional ((versionOlder version "1.57") || version == "1.58") "x86_64-darwin" ++ optional ((versionOlder version "1.57") || version == "1.58") "x86_64-darwin"
++ optionals (versionOlder version "1.73") lib.platforms.riscv; ++ optionals (versionOlder version "1.73") lib.platforms.riscv;
maintainers = with maintainers; [ peti ];
}; };
preConfigure = optionalString useMpi '' preConfigure = optionalString useMpi ''

View file

@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
license = "as-is"; license = "as-is";
platforms = lib.platforms.unix; # Once had cygwin problems platforms = lib.platforms.unix; # Once had cygwin problems
maintainers = [ lib.maintainers.peti ];
}; };
} }

View file

@ -75,7 +75,6 @@ let self = stdenv.mkDerivation rec {
platforms = platforms.all; platforms = platforms.all;
badPlatforms = [ "x86_64-darwin" ]; badPlatforms = [ "x86_64-darwin" ];
maintainers = [ maintainers.peti ];
}; };
}; };
in self in self

View file

@ -82,7 +82,7 @@ let self = stdenv.mkDerivation rec {
''; '';
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.peti maintainers.vrthra ]; maintainers = [ maintainers.vrthra ];
}; };
}; };
in self in self

View file

@ -170,7 +170,6 @@ let
description = "A cryptographic library that implements the SSL and TLS protocols"; description = "A cryptographic library that implements the SSL and TLS protocols";
license = licenses.openssl; license = licenses.openssl;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.peti ];
} // extraMeta; } // extraMeta;
}; };

View file

@ -19,6 +19,5 @@ stdenv.mkDerivation rec {
license = "as-is"; license = "as-is";
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
}; };
} }

View file

@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "Bugzilla XMLRPC access module"; description = "Bugzilla XMLRPC access module";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ pierron peti ]; maintainers = with maintainers; [ pierron ];
}; };
} }

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Django library for Mailman UIs"; description = "Django library for Mailman UIs";
homepage = "https://gitlab.com/mailman/django-mailman3"; homepage = "https://gitlab.com/mailman/django-mailman3";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ globin peti qyliss ]; maintainers = with maintainers; [ globin qyliss ];
}; };
} }

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Mailman archiver plugin for HyperKitty"; description = "Mailman archiver plugin for HyperKitty";
homepage = "https://gitlab.com/mailman/mailman-hyperkitty"; homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ globin peti qyliss ]; maintainers = with maintainers; [ globin qyliss ];
}; };
} }

View file

@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "REST client for driving Mailman 3"; description = "REST client for driving Mailman 3";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ peti globin qyliss ]; maintainers = with maintainers; [ globin qyliss ];
}; };
} }

View file

@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jacereda/fsatrace"; homepage = "https://github.com/jacereda/fsatrace";
description = "filesystem access tracer"; description = "filesystem access tracer";
license = licenses.isc; license = licenses.isc;
maintainers = [ maintainers.peti ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
Stockfish is one of the strongest chess engines in the world. It is also Stockfish is one of the strongest chess engines in the world. It is also
much stronger than the best human chess grandmasters. much stronger than the best human chess grandmasters.
''; '';
maintainers = with maintainers; [ luispedro peti siraben ]; maintainers = with maintainers; [ luispedro siraben ];
platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"]; platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"];
license = licenses.gpl2; license = licenses.gpl2;
}; };

View file

@ -49,6 +49,6 @@ in stdenv.mkDerivation rec {
homepage = "http://splix.ap2c.org"; homepage = "http://splix.ap2c.org";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau peti ]; maintainers = with maintainers; [ jfrankenau ];
}; };
} }

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
description = "Domain name server"; description = "Domain name server";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ peti globin ]; maintainers = with maintainers; [ globin ];
platforms = platforms.unix; platforms = platforms.unix;
outputsToInstall = [ "out" "dnsutils" "host" ]; outputsToInstall = [ "out" "dnsutils" "host" ];

View file

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://httpd.apache.org/"; homepage = "https://httpd.apache.org/";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ lovek323 peti ]; maintainers = with maintainers; [ lovek323 ];
}; };
} }

View file

@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
''; '';
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.peti ];
broken = true; # patch 'compile-against-apache24.diff' no longer works broken = true; # patch 'compile-against-apache24.diff' no longer works
}; };
} }

View file

@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
homepage = "https://dovecot.org/"; homepage = "https://dovecot.org/";
description = "Open source IMAP and POP3 email server written with security primarily in mind"; description = "Open source IMAP and POP3 email server written with security primarily in mind";
license = with licenses; [ mit publicDomain lgpl21Only bsd3 bsdOriginal ]; license = with licenses; [ mit publicDomain lgpl21Only bsd3 bsdOriginal ];
maintainers = with maintainers; [ peti fpletz globin ajs124 ]; maintainers = with maintainers; [ fpletz globin ajs124 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
passthru.tests = { passthru.tests = {

View file

@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://www.gnu.org/software/mailman/"; homepage = "https://www.gnu.org/software/mailman/";
description = "Free software for managing electronic mail discussion and newsletter lists"; description = "Free software for managing electronic mail discussion and newsletter lists";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ peti qyliss ]; maintainers = with lib.maintainers; [ qyliss ];
}; };
} }

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
description = "Archiver for GNU Mailman v3"; description = "Archiver for GNU Mailman v3";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ peti globin qyliss ]; maintainers = with lib.maintainers; [ globin qyliss ];
}; };
} }

View file

@ -23,6 +23,6 @@ buildPythonPackage rec {
homepage = "https://docs.mailman3.org/projects/postorius"; homepage = "https://docs.mailman3.org/projects/postorius";
description = "Web-based user interface for managing GNU Mailman"; description = "Web-based user interface for managing GNU Mailman";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ globin peti qyliss ]; maintainers = with maintainers; [ globin qyliss ];
}; };
} }

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Django project for Mailman 3 web interface"; description = "Django project for Mailman 3 web interface";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ peti qyliss m1cr0man ]; maintainers = with maintainers; [ qyliss m1cr0man ];
}; };
} }

View file

@ -38,6 +38,6 @@ perlPackages.buildPerlPackage rec {
description = "Open-Source Spam Filter"; description = "Open-Source Spam Filter";
license = lib.licenses.asl20; license = lib.licenses.asl20;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ peti qknight qyliss ]; maintainers = with lib.maintainers; [ qknight qyliss ];
}; };
} }

View file

@ -132,7 +132,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.peti ];
}; };
passthru = { passthru = {

View file

@ -123,7 +123,7 @@ stdenv.mkDerivation rec {
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ peti dtzWill ]; maintainers = with maintainers; [ dtzWill ];
}; };
passthru = { passthru = {

View file

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
description = "Programmable completion for the bash shell"; description = "Programmable completion for the bash shell";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.peti maintainers.xfix ]; maintainers = [ maintainers.xfix ];
}; };
} }

View file

@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.c-amie.co.uk/software/analog/"; homepage = "https://www.c-amie.co.uk/software/analog/";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
description = "Powerful tool to generate web server statistics"; description = "Powerful tool to generate web server statistics";
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };

View file

@ -140,7 +140,6 @@ pythonPackages.buildPythonApplication rec {
description = "Encrypted bandwidth-efficient backup using the rsync algorithm"; description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
homepage = "https://www.nongnu.org/duplicity"; homepage = "https://www.nongnu.org/duplicity";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A tool for programming graphics intended to replace Metapost"; description = "A tool for programming graphics intended to replace Metapost";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.raskin maintainers.peti ]; maintainers = [ maintainers.raskin ];
broken = stdenv.isDarwin; # https://github.com/vectorgraphics/asymptote/issues/69 broken = stdenv.isDarwin; # https://github.com/vectorgraphics/asymptote/issues/69
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };

View file

@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
''; '';
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
}; };
} }

View file

@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
''; '';
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ peti vrthra ]; maintainers = with maintainers; [ vrthra ];
}; };
} }

View file

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
homepage = "http://nbd.sourceforge.net"; homepage = "http://nbd.sourceforge.net";
description = "Map arbitrary files as block devices over the network"; description = "Map arbitrary files as block devices over the network";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View file

@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
''; '';
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
}; };
} }

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
frontend applications and libraries are available. Version 2 of GnuPG frontend applications and libraries are available. Version 2 of GnuPG
also provides support for S/MIME. also provides support for S/MIME.
''; '';
maintainers = with maintainers; [ peti fpletz vrthra ]; maintainers = with maintainers; [ fpletz vrthra ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "Tools for monitoring the health of hard drives"; description = "Tools for monitoring the health of hard drives";
homepage = "https://www.smartmontools.org/"; homepage = "https://www.smartmontools.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti Frostman ]; maintainers = with maintainers; [ Frostman ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
mainProgram = "smartctl"; mainProgram = "smartctl";
}; };

View file

@ -52,6 +52,5 @@ stdenv.mkDerivation rec {
''; '';
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = [lib.maintainers.peti];
}; };
} }