mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
libgnome-keyring: remove maintainers
It has been deprecated for years and is not really maintained.
This commit is contained in:
parent
fbf13b49fb
commit
5ea14c1fb4
@ -23,7 +23,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://wiki.gnome.org/Projects/GnomeKeyring";
|
||||
license = with lib.licenses; [ gpl2Plus lgpl2Plus ];
|
||||
pkgConfigModules = [ "gnome-keyring-1" ];
|
||||
inherit (glib.meta) platforms maintainers;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [];
|
||||
|
||||
longDescription = ''
|
||||
gnome-keyring is a program that keeps password and other secrets for
|
||||
|
Loading…
Reference in New Issue
Block a user