treewide: remove the-kenny from maintainers

@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
gstqt5
Jörg Thalheim 2020-05-09 10:25:07 +01:00
parent b1f802994e
commit 887295fd2d
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
74 changed files with 37 additions and 84 deletions

View File

@ -7624,12 +7624,6 @@
githubId = 1141680;
name = "Thane Gill";
};
the-kenny = {
email = "moritz@tarn-vedra.de";
github = "the-kenny";
githubId = 31167;
name = "Moritz Ulrich";
};
thedavidmeister = {
email = "thedavidmeister@gmail.com";
github = "thedavidmeister";

View File

@ -60,6 +60,5 @@ stdenv.mkDerivation rec {
homepage = "http://audacityteam.org/";
license = licenses.gpl2Plus;
platforms = intersectLists platforms.linux platforms.x86; # fails on ARM
maintainers = with maintainers; [ the-kenny ];
};
}

View File

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
homepage = "http://streamripper.sourceforge.net/";
description = "Application that lets you record streaming mp3 to your hard drive";
license = licenses.gpl2;
maintainers = with maintainers; [ the-kenny ];
};
}

View File

@ -123,7 +123,7 @@ stdenv.mkDerivation rec {
description = "The extensible, customizable GNU text editor";
homepage = "https://www.gnu.org/software/emacs/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 peti the-kenny jwiegley ];
maintainers = with maintainers; [ lovek323 peti jwiegley ];
platforms = platforms.all;
longDescription = ''

View File

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

View File

@ -84,6 +84,5 @@ stdenv.mkDerivation {
description = "A software suite to create, edit, compose, or convert bitmap images";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.asl20;
maintainers = with maintainers; [ the-kenny ];
};
}

View File

@ -99,7 +99,6 @@ stdenv.mkDerivation {
homepage = "http://www.imagemagick.org/";
description = "A software suite to create, edit, compose, or convert bitmap images";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ the-kenny ];
license = licenses.asl20;
};
}

View File

@ -126,7 +126,6 @@ mkDerivation rec {
description = "Photo Management Program";
license = licenses.gpl2;
homepage = "https://www.digikam.org";
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.linux;
};
}

View File

@ -80,7 +80,6 @@ mkDerivation rec {
homepage = "http://openscad.org/";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers;
[ bjornfor raskin the-kenny gebner ];
maintainers = with stdenv.lib.maintainers; [ bjornfor raskin gebner ];
};
}

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "RAW converter and digital photo processing software";
homepage = "http://www.rawtherapee.com/";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ jcumming mahe the-kenny ];
maintainers = with stdenv.lib.maintainers; [ jcumming mahe ];
platforms = with stdenv.lib.platforms; linux;
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
configurePhase = "";
buildPhase = "";
patches = [ ./numpy-cast.patch ];
installPhase = ''
@ -69,6 +69,5 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/daid/Cura";
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -25,6 +25,5 @@ stdenv.mkDerivation {
homepage = "https://github.com/Ultimaker/CuraEngine";
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -39,6 +39,5 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/wb2osz/direwolf/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.the-kenny ];
};
}

View File

@ -85,6 +85,6 @@ stdenv.mkDerivation rec {
homepage = "https://slic3r.org/";
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor the-kenny ];
maintainers = with maintainers; [ bjornfor ];
};
}

View File

@ -64,7 +64,6 @@ stdenv.mkDerivation {
homepage = "https://www.dropbox.com";
description = "Command line client for the dropbox daemon";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
# NOTE: Dropbox itself only works on linux, so this is ok.
platforms = stdenv.lib.platforms.linux;
};

View File

@ -78,7 +78,7 @@ let
on https://nixos.org/nixpkgs/manual/#sec-weechat .
'';
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ lovek323 the-kenny lheckemann ma27 ];
maintainers = with stdenv.lib.maintainers; [ lovek323 lheckemann ma27 ];
platforms = stdenv.lib.platforms.unix;
};
}

View File

@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.mutt.org";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ the-kenny rnhmjoj ];
maintainers = with maintainers; [ rnhmjoj ];
};
}

View File

@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
description = "Mail indexer";
homepage = "https://notmuchmail.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ flokli puckipedia the-kenny ];
maintainers = with maintainers; [ flokli puckipedia ];
platforms = platforms.unix;
};
}

View File

@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.all;
maintainers = with maintainers; [ the-kenny jwiegley ];
maintainers = with maintainers; [ jwiegley ];
};
}

View File

@ -20,6 +20,5 @@ python2.pkgs.buildPythonApplication rec {
homepage = "https://chirp.danplanet.com/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.the-kenny ];
};
}

View File

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
homepage = "https://sdr.osmocom.org/trac/wiki/GrOsmoSDR";
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bjornfor the-kenny ];
maintainers = with maintainers; [ bjornfor ];
};
}

View File

@ -43,6 +43,6 @@ mkDerivation rec {
# it's currently unknown which version of the BSD license that is.
license = licenses.gpl3Plus;
platforms = platforms.linux; # should work on Darwin / macOS too
maintainers = with maintainers; [ bjornfor the-kenny fpletz ];
maintainers = with maintainers; [ bjornfor fpletz ];
};
}

View File

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "http://greatscottgadgets.com/hackrf/";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ sjmackenzie the-kenny ];
maintainers = with maintainers; [ sjmackenzie ];
};
}

View File

@ -39,6 +39,5 @@ stdenv.mkDerivation {
homepage = "https://github.com/EliasOenal/multimon-ng";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ the-kenny ];
};
}

View File

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

View File

@ -37,7 +37,7 @@ buildGoPackage rec {
description = "Command-line wrapper for git that makes you better at GitHub";
license = licenses.mit;
homepage = "https://hub.github.com/";
maintainers = with maintainers; [ the-kenny globin ];
maintainers = with maintainers; [ globin ];
platforms = with platforms; unix;
};
}

View File

@ -30,7 +30,6 @@ stdenv.mkDerivation {
description = "A patch manager implemented on top of Git";
homepage = "http://procode.org/stgit/";
license = licenses.gpl2;
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.unix;
};
}

View File

@ -34,8 +34,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/nirvdrum/svn2git";
description = "Tool for importing Subversion repositories into git";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.the-kenny ];
platforms = stdenv.lib.platforms.unix;
};
}

View File

@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
homepage = "https://herbstluftwm.org/";
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -97,7 +97,6 @@ stdenv.mkDerivation {
description = "A tiling window manager for X11";
homepage = "https://github.com/stumpwm/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.linux;
broken = true; # 2018-04-11
};

View File

@ -40,7 +40,7 @@ python2Packages.buildPythonApplication rec {
description = "Command line toolkit for working with Arduino hardware";
homepage = "http://inotool.org/";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ antono the-kenny ];
maintainers = with stdenv.lib.maintainers; [ antono ];
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
homepage = "http://avra.sourceforge.net/";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ the-kenny ];
};
}

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.call-cc.org/";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
maintainers = with stdenv.lib.maintainers; [ corngood ];
platforms = stdenv.lib.platforms.linux; # Maybe other non-darwin Unix
description = "A portable compiler for the Scheme programming language";
longDescription = ''

View File

@ -22,6 +22,6 @@ eggDerivation {
homepage = "https://github.com/the-kenny/egg2nix";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
maintainers = with stdenv.lib.maintainers; [ corngood ];
};
}

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.call-cc.org/";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
maintainers = with stdenv.lib.maintainers; [ corngood ];
platforms = stdenv.lib.platforms.linux; # Maybe other non-darwin Unix
description = "A portable compiler for the Scheme programming language";
longDescription = ''

View File

@ -24,6 +24,6 @@ eggDerivation {
homepage = "https://github.com/the-kenny/egg2nix";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
maintainers = with stdenv.lib.maintainers; [ corngood ];
};
}

View File

@ -25,6 +25,5 @@ stdenv.mkDerivation {
homepage = "https://www.gnu.org/software/gforth/";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "An open-source COBOL compiler";
homepage = "https://sourceforge.net/projects/open-cobol/";
license = licenses.gpl3;
maintainers = with maintainers; [ ericsagnes the-kenny ];
maintainers = with maintainers; [ ericsagnes ];
platforms = with platforms; linux ++ darwin;
};
}

View File

@ -73,6 +73,6 @@ in
license = licenses.epl10;
platforms = platforms.unix;
maintainers = with maintainers; [ the-kenny havvy couchemar ankhers filalex77 ];
maintainers = with maintainers; [ havvy couchemar ankhers filalex77 ];
};
})

View File

@ -122,7 +122,7 @@ in stdenv.mkDerivation ({
'';
platforms = platforms.unix;
maintainers = with maintainers; [ the-kenny sjmackenzie couchemar gleber ];
maintainers = with maintainers; [ sjmackenzie couchemar gleber ];
license = licenses.asl20;
} // meta);
}

View File

@ -6,7 +6,6 @@ stdenv.mkDerivation {
meta = {
homepage = "http://s48.org/";
description = "Scheme 48";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; unix;
license = stdenv.lib.licenses.bsd3;
};

View File

@ -22,6 +22,5 @@ buildPythonPackage rec {
description = "Application that generates RSS feeds for podcast episodes from local audio files";
homepage = "https://github.com/jakubroztocil/podcats";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ the-kenny ];
};
}

View File

@ -16,6 +16,5 @@ buildPythonPackage rec {
description = "The official Todoist Python API library";
homepage = "https://todoist-python.readthedocs.io/en/latest/";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -48,6 +48,5 @@ stdenv.mkDerivation rec {
description = "Project automation for Clojure";
license = stdenv.lib.licenses.epl10;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -36,7 +36,6 @@ stdenv.mkDerivation {
'';
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.the-kenny ];
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
description = "A Device Firmware Update based USB programmer for Atmel chips with a USB bootloader";
homepage = "http://dfu-programmer.sourceforge.net/";
maintainers = [ maintainers.the-kenny ];
platforms = platforms.unix;
};
}

View File

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/stm32flash/";
license = stdenv.lib.licenses.gpl2;
platforms = platforms.all; # Should work on all platforms
maintainers = with maintainers; [ the-kenny elitak ];
maintainers = with maintainers; [ elitak ];
};
}

View File

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
description = "Firmware uploader for the Teensy microcontroller boards";
homepage = "https://www.pjrc.com/teensy/";
license = licenses.gpl3;
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.unix;
};
}

View File

@ -20,7 +20,6 @@ buildGoPackage rec {
description = "websocket command line tool";
homepage = "https://github.com/hashrocket/ws";
license = licenses.mit;
maintainers = [ maintainers.the-kenny ];
platforms = platforms.unix;
};
}

View File

@ -195,6 +195,6 @@ buildPythonApplication rec {
license = licenses.agpl3Plus;
broken = stdenv.hostPlatform.isAarch64;
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ oxij the-kenny Profpatsch enzime ];
maintainers = with maintainers; [ oxij Profpatsch enzime ];
};
}

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A model-airplane flight simulator";
maintainers = with stdenv.lib.maintainers; [ raskin the-kenny ];
maintainers = with stdenv.lib.maintainers; [ raskin ];
platforms = [ "i686-linux" "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2;
};

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool to manage dwarves in a running game of Dwarf Fortress";
maintainers = with maintainers; [ the-kenny abbradar bendlas numinit jonringer ];
maintainers = with maintainers; [ abbradar bendlas numinit jonringer ];
license = licenses.mit;
platforms = platforms.unix;
homepage = "https://github.com/Dwarf-Therapist/Dwarf-Therapist";

View File

@ -96,6 +96,6 @@ stdenv.mkDerivation {
inherit homepage;
license = licenses.unfreeRedistributable;
platforms = attrNames platforms;
maintainers = with maintainers; [ a1russell robbinch roconnor the-kenny abbradar numinit shazow ];
maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ];
};
}

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Flight simulator";
maintainers = with maintainers; [ raskin the-kenny ];
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
hydraPlatforms = []; # disabled from hydra because it's so big
license = licenses.gpl2;

View File

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.openttd.org/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ jcumming the-kenny fpletz ];
maintainers = with maintainers; [ jcumming fpletz ];
};
}

View File

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
description = "A script to install DLLs needed to work around problems in Wine";
license = stdenv.lib.licenses.lgpl21;
homepage = "https://github.com/Winetricks/winetricks";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; linux;
};
}

View File

@ -38,7 +38,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.the-kenny ];
repositories.git = git;
};
}

View File

@ -24,6 +24,5 @@ stdenv.mkDerivation {
description = "A simple tool to automatically mount removable drives using UDisks2 and D-Bus";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -28,6 +28,5 @@ stdenv.mkDerivation rec {
homepage = "http://www.fefe.de/gatling/";
license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.the-kenny ];
};
}

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = "http://yaws.hyber.org";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu the-kenny ];
maintainers = with maintainers; [ goibhniu ];
};
}

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://digint.ch/btrbk";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ asymmetric the-kenny ];
maintainers = with maintainers; [ asymmetric ];
inherit version;
};
}

View File

@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
description = "Easy-to-use offline browser / website mirroring utility";
homepage = "http://www.httrack.com";
license = licenses.gpl3;
maintainers = with maintainers; [ the-kenny ];
platforms = with platforms; unix;
};
}

View File

@ -19,6 +19,5 @@ python2Packages.buildPythonApplication {
homepage = "http://rdiff-backup.nongnu.org/";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
description = "Verifies the integrity of PNG, JNG and MNG files";
license = stdenv.lib.licenses.free;
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
description = "A PNG optimizer";
license = stdenv.lib.licenses.free;
platforms = with stdenv.lib.platforms; linux ++ darwin;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}

View File

@ -31,8 +31,6 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl3Plus;
homepage = "https://www.gnu.org/software/stow/";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://fping.org/";
description = "Send ICMP echo probes to network hosts";
maintainers = with maintainers; [ the-kenny ];
license = licenses.bsd0;
platforms = platforms.all;
};

View File

@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
homepage = "http://isync.sourceforge.net/";
description = "Free IMAP and MailDir mailbox synchronizer";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.unix;
};
}

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "A collection of utilties for indexing and searching Maildirs";
license = licenses.gpl3Plus;
homepage = "https://www.djcbsoftware.nl/code/mu/";
maintainers = with maintainers; [ antono the-kenny peterhoeg ];
maintainers = with maintainers; [ antono peterhoeg ];
platforms = platforms.mesaPlatforms;
};
}

View File

@ -144,7 +144,7 @@ stdenv.mkDerivation rec {
description = "Stores, retrieves, generates, and synchronizes passwords securely";
homepage = "https://www.passwordstore.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher globin ma27 ];
maintainers = with maintainers; [ lovek323 fpletz tadfisher globin ma27 ];
platforms = platforms.unix;
longDescription = ''

View File

@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
description = "Pass extension for importing data from existing password managers";
homepage = "https://github.com/roddhjav/pass-import";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ];
maintainers = with maintainers; [ lovek323 fpletz tadfisher ];
platforms = platforms.unix;
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Pass extension that keeps the password store encrypted inside a tomb";
homepage = "https://github.com/roddhjav/pass-tomb";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ];
maintainers = with maintainers; [ lovek323 fpletz tadfisher ];
platforms = platforms.unix;
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Pass extension that provides an easy flow for updating passwords";
homepage = "https://github.com/roddhjav/pass-update";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ];
maintainers = with maintainers; [ lovek323 fpletz tadfisher ];
platforms = platforms.unix;
};
}

View File

@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
meta = {
description = "A script to make rofi work with password-store";
homepage = "https://github.com/carnager/rofi-pass";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
license = stdenv.lib.licenses.gpl3;
platforms = with stdenv.lib.platforms; linux;
};