Unverified Commit 7da8adbd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #270025 from oliver-koss/qlog

qlog: add myself as maintainer
parents c5180737 1be2f4db
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}