Merge pull request #98266 from joncojonathan/removeAsMaintainer

Remove joncojonathan as maintainer
This commit is contained in:
Daniël de Kok
2020-09-20 11:38:30 +02:00
committed by GitHub
4 changed files with 4 additions and 12 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ with builtins; buildDotnetPackage rec {
dynlibPath = stdenv.lib.makeLibraryPath [ gtk2 ];
postInstall =
postInstall =
let
extractFDeskIcons = ./extractWinRscIconsToStdFreeDesktopDir.sh;
in
@@ -111,7 +111,7 @@ with builtins; buildDotnetPackage rec {
meta = {
description = "GUI password manager with strong cryptography";
homepage = "http://www.keepass.info/";
maintainers = with stdenv.lib.maintainers; [ amorsillo obadz joncojonathan jraygauthier ];
maintainers = with stdenv.lib.maintainers; [ amorsillo obadz jraygauthier ];
platforms = with stdenv.lib.platforms; all;
license = stdenv.lib.licenses.gpl2;
};