git-open: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2021-09-10 16:34:56 +02:00
parent 69e1161ff6
commit b99bcb5b9f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -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 ];
};
}