mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
service_identity: cosmetic changes
This commit is contained in:
parent
d9292429e7
commit
ee482f85bf
|
@ -13,8 +13,6 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "service_identity";
|
||||
version = "17.0.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pyca";
|
||||
|
@ -33,6 +31,6 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Service identity verification for pyOpenSSL";
|
||||
license = licenses.mit;
|
||||
homepage = "https://service-identity.readthedocs.io";
|
||||
homepage = https://service-identity.readthedocs.io;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue