From 6abf4a43adc899c352b91c5230afce29344dbe77 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 8 May 2020 15:20:47 +0200 Subject: treewide: per RFC45, remove more unquoted URLs --- pkgs/applications/editors/emacs-modes/emacspeak/default.nix | 2 +- pkgs/applications/editors/emacs/default.nix | 2 +- pkgs/applications/networking/browsers/ungoogled-chromium/browser.nix | 2 +- pkgs/applications/science/physics/elmerfem/default.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/editors/emacs-modes/emacspeak/default.nix b/pkgs/applications/editors/emacs-modes/emacspeak/default.nix index 5bc8bbc6a90e..eb6eac1acbfd 100644 --- a/pkgs/applications/editors/emacs-modes/emacspeak/default.nix +++ b/pkgs/applications/editors/emacs-modes/emacspeak/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = https://github.com/tvraman/emacspeak/; + homepage = "https://github.com/tvraman/emacspeak/"; description = "Emacs extension that provides spoken output"; license = licenses.gpl2; maintainers = [ dema ]; diff --git a/pkgs/applications/editors/emacs/default.nix b/pkgs/applications/editors/emacs/default.nix index fc00384c03ae..224fe9074500 100644 --- a/pkgs/applications/editors/emacs/default.nix +++ b/pkgs/applications/editors/emacs/default.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation rec { ./tramp-detect-wrapped-gvfsd.patch # unbreak macOS unexec (fetchpatch { - url = https://github.com/emacs-mirror/emacs/commit/888ffd960c06d56a409a7ff15b1d930d25c56089.patch; + url = "https://github.com/emacs-mirror/emacs/commit/888ffd960c06d56a409a7ff15b1d930d25c56089.patch"; sha256 = "08q3ygdigqwky70r47rcgzlkc5jy82xiq8am5kwwy891wlpl7frw"; }) ]; diff --git a/pkgs/applications/networking/browsers/ungoogled-chromium/browser.nix b/pkgs/applications/networking/browsers/ungoogled-chromium/browser.nix index 87248013a9af..f87acc8722e4 100644 --- a/pkgs/applications/networking/browsers/ungoogled-chromium/browser.nix +++ b/pkgs/applications/networking/browsers/ungoogled-chromium/browser.nix @@ -76,7 +76,7 @@ mkChromiumDerivation (base: rec { the web. It has a minimalist user interface and provides the vast majority of source code for Google Chrome (which has some additional features). ''; - homepage = https://github.com/Eloston/ungoogled-chromium; + homepage = "https://github.com/Eloston/ungoogled-chromium"; maintainers = with maintainers; [ squalus ]; # Overview of the maintainer roles: # nixos-unstable: diff --git a/pkgs/applications/science/physics/elmerfem/default.nix b/pkgs/applications/science/physics/elmerfem/default.nix index 642982830f70..46cc32fa168e 100644 --- a/pkgs/applications/science/physics/elmerfem/default.nix +++ b/pkgs/applications/science/physics/elmerfem/default.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; meta = with stdenv.lib; { - homepage = http://www.elmerfem.org/; + homepage = "https://elmerfem.org/"; description = "A finite element software for multiphysical problems."; platforms = platforms.unix; maintainers = [ maintainers.wulfsta ]; -- cgit 1.4.1