parent
a74251a00a
commit
08f19df3e7
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/Piturnah/gex";
|
homepage = "https://github.com/Piturnah/gex";
|
||||||
changelog = "https://github.com/Piturnah/gex/releases/tag/${src.rev}";
|
changelog = "https://github.com/Piturnah/gex/releases/tag/${src.rev}";
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ azd325 evanrichter ];
|
maintainers = with maintainers; [ azd325 evanrichter piturnah ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue