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 16 17 17 postPatch = '' 18 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 19 ''; 21 20 22 21 preConfigure = '' ··· 33 32 androguard 34 33 clint 35 34 defusedxml 36 - docker 37 - docker-py 38 35 GitPython 39 36 libcloud 40 37 mwclient ··· 59 56 homepage = "https://f-droid.org"; 60 57 description = "Server and tools for F-Droid, the Free Software repository system for Android"; 61 58 license = licenses.agpl3; 62 - maintainers = [ lib.maintainers.pmiddend ]; 59 + maintainers = [ lib.maintainers.obfusk ]; 63 60 }; 64 61 65 62 }