keepass: remove joncojonathan as maintainer
This commit is contained in:
parent
328fa73819
commit
ff078a7e0f
@ -84,7 +84,7 @@ with builtins; buildDotnetPackage rec {
|
|||||||
|
|
||||||
dynlibPath = stdenv.lib.makeLibraryPath [ gtk2 ];
|
dynlibPath = stdenv.lib.makeLibraryPath [ gtk2 ];
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
let
|
let
|
||||||
extractFDeskIcons = ./extractWinRscIconsToStdFreeDesktopDir.sh;
|
extractFDeskIcons = ./extractWinRscIconsToStdFreeDesktopDir.sh;
|
||||||
in
|
in
|
||||||
@ -108,7 +108,7 @@ with builtins; buildDotnetPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "GUI password manager with strong cryptography";
|
description = "GUI password manager with strong cryptography";
|
||||||
homepage = "http://www.keepass.info/";
|
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;
|
platforms = with stdenv.lib.platforms; all;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user