asn1ate: update source to resolve redirection

This commit is contained in:
Clément
2026-06-01 01:02:32 +02:00
parent 8b855203be
commit 418d957599
@@ -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;