treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Uses nixpkgs fetchers to figure out hashes";
|
||||
homepage = https://github.com/samueldr/nix-universal-prefetch;
|
||||
homepage = "https://github.com/samueldr/nix-universal-prefetch";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ samueldr ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
|
||||
Reference in New Issue
Block a user