cargo: fix description and homepage

This commit is contained in:
Jörg Thalheim
2023-12-25 20:51:26 +01:00
committed by GitHub
parent 49db25dccb
commit 4d8e7dfe21
+2 -2
View File
@@ -71,9 +71,9 @@ rec {
inherit src;
meta = with lib; {
homepage = "http://www.rust-lang.org/";
homepage = "https://doc.rust-lang.org/cargo/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
description = "A safe, concurrent, practical language";
description = "The Rust package manager";
maintainers = with maintainers; [ qknight ];
license = [ licenses.mit licenses.asl20 ];
};