xml2rfc: Use pythonPackages.xml2rfc

This commit is contained in:
Daniel Schaefer
2019-09-14 17:07:49 +02:00
committed by Robin Gloster
parent bf050e9456
commit 8fd8f3a44a
3 changed files with 2 additions and 26 deletions

View File

@@ -40,6 +40,6 @@ buildPythonPackage rec {
# Well, parts might be considered unfree, if being strict; see:
# http://metadata.ftp-master.debian.org/changelogs/non-free/x/xml2rfc/xml2rfc_2.9.6-1_copyright
license = licenses.bsd3;
maintainers = [ maintainers.vcunat ];
maintainers = with maintainers; [ vcunat yrashk ];
};
}