1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

hubstaff: add maintainer -> srghma

This commit is contained in:
Serhii Khoma 2019-05-31 12:07:14 +03:00
parent b89ab6d02d
commit cb2b80c1ba

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation {
homepage = https://hubstaff.com/;
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.michalrus ];
maintainers = with maintainers; [ michalrus srghma ];
};
}