summary refs log tree commit diff
path: root/pkgs/shells/pash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/pash/default.nix')
-rw-r--r--pkgs/shells/pash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/pash/default.nix b/pkgs/shells/pash/default.nix
index 8b8601e326c..c646c1c3f9b 100644
--- a/pkgs/shells/pash/default.nix
+++ b/pkgs/shells/pash/default.nix
@@ -17,7 +17,7 @@ buildDotnetPackage {
 
   meta = with stdenv.lib; {
     description = "An open source implementation of Windows PowerShell";
-    homepage = https://github.com/Pash-Project/Pash;
+    homepage = "https://github.com/Pash-Project/Pash";
     maintainers = [ maintainers.fornever maintainers.vrthra ];
     platforms = platforms.all;
     license = with licenses; [ bsd3 gpl3 ];