treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user