mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
git-open: add SuperSandro2000 as maintainer
This commit is contained in:
parent
69e1161ff6
commit
b99bcb5b9f
|
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Open the GitHub page or website for a repository in your browser";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.jlesquembre ];
|
||||
maintainers = with maintainers; [ jlesquembre SuperSandro2000 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue