treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python3 Parser for Android XML file and get Application Name without using Androguard";
|
||||
homepage = https://github.com/appknox/pyaxmlparser;
|
||||
homepage = "https://github.com/appknox/pyaxmlparser";
|
||||
# Files from Androguard are licensed ASL 2.0
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
|
||||
Reference in New Issue
Block a user