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.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user