treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Openwsman server implementation and client API with bindings";
|
||||
downloadPage = https://github.com/Openwsman/openwsman/releases;
|
||||
homepage = https://openwsman.github.io;
|
||||
downloadPage = "https://github.com/Openwsman/openwsman/releases";
|
||||
homepage = "https://openwsman.github.io";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ deepfire ];
|
||||
platforms = platforms.linux; # PAM is not available on Darwin
|
||||
|
||||
Reference in New Issue
Block a user