treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Very small Elliptic Curve Cryptography library";
|
||||
homepage = https://git.universe-factory.net/libuecc;
|
||||
homepage = "https://git.universe-factory.net/libuecc";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
|
||||
Reference in New Issue
Block a user