asn1ate: update source to resolve redirection
This commit is contained in:
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "1p8hv4gsyqsdr0gafcq497n52pybiqmc22di8ai4nsj60fv0km45";
|
||||
rev = "v${version}";
|
||||
owner = "kimgr";
|
||||
owner = "schneider-electric";
|
||||
repo = "asn1ate";
|
||||
};
|
||||
|
||||
@@ -21,6 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python library for translating ASN.1 into other forms";
|
||||
homepage = "https://github.com/schneider-electric/asn1ate";
|
||||
mainProgram = "asn1ate";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user