treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -69,7 +69,7 @@ in stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A robust and highly flexible tunneling application";
|
||||
downloadPage = "https://openvpn.net/index.php/open-source/downloads.html";
|
||||
homepage = https://openvpn.net/;
|
||||
homepage = "https://openvpn.net/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ viric ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "LDAP authentication plugin for OpenVPN";
|
||||
homepage = https://github.com/threerings/openvpn-auth-ldap;
|
||||
homepage = "https://github.com/threerings/openvpn-auth-ldap";
|
||||
license = [
|
||||
licenses.asl20
|
||||
licenses.bsd3
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "openvpn-learnaddress-19b03c3";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://gist.github.com/4058733.git;
|
||||
url = "https://gist.github.com/4058733.git";
|
||||
rev = "19b03c3beb0190df46ea07bf4b68244acb8eae80";
|
||||
sha256 = "16pcyvyhwsx34i0cjkkx906lmrwdd9gvznvqdwlad4ha8l8f8z42";
|
||||
};
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Openvpn learn-address script to manage a hosts-like file";
|
||||
homepage = https://gist.github.com/offlinehacker/4058733/;
|
||||
homepage = "https://gist.github.com/offlinehacker/4058733/";
|
||||
maintainers = [ stdenv.lib.maintainers.offline ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
|
||||
homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/;
|
||||
homepage = "https://github.com/masterkorp/openvpn-update-resolv-conf/";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus";
|
||||
homepage = https://github.com/jonathanio/update-systemd-resolved;
|
||||
homepage = "https://github.com/jonathanio/update-systemd-resolved";
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user