gitlab: Add myself to list of maintainers

This commit is contained in:
talyz
2019-10-08 16:37:01 +02:00
parent 9be76d0b6a
commit c115d4df88
3 changed files with 3 additions and 3 deletions
@@ -66,7 +66,7 @@ stdenv.mkDerivation {
description = "SSH access and repository management app for GitLab";
homepage = http://www.gitlab.com/;
platforms = platforms.unix;
maintainers = with maintainers; [ fpletz globin ];
maintainers = with maintainers; [ fpletz globin talyz ];
license = licenses.mit;
};
}