qlog: add myself as maintainer

This commit is contained in:
Oliver Koss
2023-11-26 02:29:59 +01:00
parent 5e90b32c29
commit 1be2f4db67
+1 -1
View File
@@ -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;
};
}