Merge pull request #131224 from obfusk/fdroidserver-2.0.3-improvements

fdroidserver: change maintainer + small fixes

authored by

Sandro and committed by
GitHub
10204ffe d0714a74

+1 -4
+1 -4
pkgs/development/tools/fdroidserver/default.nix
··· 16 17 postPatch = '' 18 substituteInPlace fdroidserver/common.py --replace "FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))" "FDROID_PATH = '$out/bin'" 19 - substituteInPlace setup.py --replace "pyasn1-modules >= 0.2.1, < 0.3" "pyasn1-modules" 20 ''; 21 22 preConfigure = '' ··· 33 androguard 34 clint 35 defusedxml 36 - docker 37 - docker-py 38 GitPython 39 libcloud 40 mwclient ··· 59 homepage = "https://f-droid.org"; 60 description = "Server and tools for F-Droid, the Free Software repository system for Android"; 61 license = licenses.agpl3; 62 - maintainers = [ lib.maintainers.pmiddend ]; 63 }; 64 65 }
··· 16 17 postPatch = '' 18 substituteInPlace fdroidserver/common.py --replace "FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))" "FDROID_PATH = '$out/bin'" 19 ''; 20 21 preConfigure = '' ··· 32 androguard 33 clint 34 defusedxml 35 GitPython 36 libcloud 37 mwclient ··· 56 homepage = "https://f-droid.org"; 57 description = "Server and tools for F-Droid, the Free Software repository system for Android"; 58 license = licenses.agpl3; 59 + maintainers = [ lib.maintainers.obfusk ]; 60 }; 61 62 }