diff options
author | Michael Reilly | 2020-03-31 21:11:51 -0400 |
---|---|---|
committer | Jörg Thalheim | 2020-04-10 17:54:53 +0100 |
commit | 84cf00f98031e93f389f1eb93c4a7374a33cc0a9 (patch) | |
tree | 203c51a8740cb4893b8cfc4426d4cd49a97430e0 /pkgs/development/idris-modules/dict.nix | |
parent | bf5eb87033cc6a5de5cc48da544c17a4dedc790b (diff) |
treewide: Per RFC45, remove all unquoted URLs
Diffstat (limited to 'pkgs/development/idris-modules/dict.nix')
-rw-r--r-- | pkgs/development/idris-modules/dict.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/dict.nix b/pkgs/development/idris-modules/dict.nix index c17ed9eefa29..24cc7c0359d1 100644 --- a/pkgs/development/idris-modules/dict.nix +++ b/pkgs/development/idris-modules/dict.nix @@ -22,7 +22,7 @@ build-idris-package { meta = { description = "Dict k v in Idris"; - homepage = https://github.com/be5invis/idris-dict; + homepage = "https://github.com/be5invis/idris-dict"; license = lib.licenses.mit; maintainers = [ lib.maintainers.brainrape ]; }; |