about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-28 00:06:12 +0100
committerGitHub <noreply@github.com>2020-03-28 00:06:12 +0100
commit84c2856760533e0b61054ab14e532bc7c15b7ae7 (patch)
treeee3721562f8bc096b050ad4849d0d30572c5d2b5 /pkgs/applications
parent5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a (diff)
downloadnixlib-84c2856760533e0b61054ab14e532bc7c15b7ae7.tar
nixlib-84c2856760533e0b61054ab14e532bc7c15b7ae7.tar.gz
nixlib-84c2856760533e0b61054ab14e532bc7c15b7ae7.tar.bz2
nixlib-84c2856760533e0b61054ab14e532bc7c15b7ae7.tar.lz
nixlib-84c2856760533e0b61054ab14e532bc7c15b7ae7.tar.xz
nixlib-84c2856760533e0b61054ab14e532bc7c15b7ae7.tar.zst
nixlib-84c2856760533e0b61054ab14e532bc7c15b7ae7.zip
Apply suggestions from code review
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/devilspie2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/devilspie2/default.nix b/pkgs/applications/misc/devilspie2/default.nix
index f9c420a60de6..2961baee1024 100644
--- a/pkgs/applications/misc/devilspie2/default.nix
+++ b/pkgs/applications/misc/devilspie2/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
       positioned at a specific screen position, or position a window
       on a specific workspace.
     '';
-    homepage = https://www.gusnan.se/devilspie2/;
+    homepage = "https://www.gusnan.se/devilspie2/";
     license = licenses.gpl3;
     maintainers = [ maintainers.ebzzry ];
     platforms = platforms.linux;