cloc: add myself as maintainer
This commit is contained in:
parent
d35e4439dd
commit
a3a8887b7f
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/AlDanial/cloc;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu rycee ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue