add myself as a maintainer

wip/yesman
Zeke Stephens 4 years ago
parent d1caa9bcaf
commit 2956f4ecc2
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/python-modules/py-sonic/default.nix

@ -9716,4 +9716,10 @@
fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696";
}];
};
wenngle = {
name = "Zeke Stephens";
email = "zekestephens@gmail.com";
github = "wenngle";
githubId = 63376671;
};
}

@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = "https://github.com/crustymonkey/py-sonic";
description = "A python wrapper library for the Subsonic REST API";
license = licenses.gpl3;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ wenngle ];
};
}

Loading…
Cancel
Save