Merge pull request #270025 from oliver-koss/qlog
qlog: add myself as maintainer
This commit is contained in:
commit
7da8adbd12
2 changed files with 7 additions and 1 deletions
|
@ -13499,6 +13499,12 @@
|
|||
githubId = 72201;
|
||||
name = "Ole Jørgen Brønner";
|
||||
};
|
||||
oliver-koss = {
|
||||
email = "oliver.koss06@gmail.com";
|
||||
github = "oliver-koss";
|
||||
githubId = 39134647;
|
||||
name = "Oliver Koss";
|
||||
};
|
||||
ollieB = {
|
||||
github = "oliverbunting";
|
||||
githubId = 1237862;
|
||||
|
|
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Amateur radio logbook software";
|
||||
license = with licenses; [ gpl3Only ];
|
||||
homepage = "https://github.com/foldynl/QLog";
|
||||
maintainers = with maintainers; [ mkg20001 ];
|
||||
maintainers = with maintainers; [ oliver-koss mkg20001 ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue