Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
maintainers: add kolaente
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed May 11, 2019
1 parent bad4902 commit 29d35a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions maintainers/maintainer-list.nix
Expand Up @@ -2603,6 +2603,11 @@
github = "knl";
name = "Nikola Knežević";
};
kolaente = {
email = "k@knt.li";
github = "kolaente";
name = "Konrad Langenberg";
};
konimex = {
email = "herdiansyah@netc.eu";
github = "konimex";
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/gitea.nix
Expand Up @@ -9,7 +9,7 @@ with pkgs.lib;
{
mysql = makeTest {
name = "gitea-mysql";
meta.maintainers = [ maintainers.aanderse ];
meta.maintainers = with maintainers; [ aanderse kolaente ];

machine =
{ config, pkgs, ... }:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -64,6 +64,6 @@ buildGoPackage rec {
description = "Git with a cup of tea";
homepage = https://gitea.io;
license = licenses.mit;
maintainers = [ maintainers.disassembler ];
maintainers = with maintainers; [ disassembler kolaente ];
};
}

0 comments on commit 29d35a9

Please sign in to comment.