treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Hyperminimal https server";
|
||||
homepage = https://github.com/rnhmjoj/hyp;
|
||||
homepage = "https://github.com/rnhmjoj/hyp";
|
||||
license = with licenses; [gpl3Plus mit];
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user