lgogdownloader: add myself as maintainer

This commit is contained in:
0x4A6F
2021-08-27 02:04:52 +02:00
parent 94db887ac7
commit 212cfed17c
+1
View File
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
description = "Unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader";
homepage = "https://github.com/Sude-/lgogdownloader";
license = licenses.wtfpl;
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}