[nodejs-npmlog] use http instead of https

T.C. Hollingsworth patches at fedoraproject.org
Wed Oct 30 18:29:29 UTC 2013


commit c56ee3bb45dc965fb1059507791db28df09054f2
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Oct 30 11:29:11 2013 -0700

    use http instead of https
    
    eliminates errors due to self-signed certificate

 nodejs-npmlog.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-npmlog.spec b/nodejs-npmlog.spec
index 927e580..a556781 100644
--- a/nodejs-npmlog.spec
+++ b/nodejs-npmlog.spec
@@ -10,7 +10,7 @@ ExclusiveArch: %{nodejs_arches} noarch
 Group:          System Environment/Libraries
 License:        BSD
 URL:            https://github.com/isaacs/npmlog
-Source0:        https://registry.npmjs.org/npmlog/-/npmlog-%{version}.tgz
+Source0:        http://registry.npmjs.org/npmlog/-/npmlog-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  nodejs-devel


More information about the scm-commits mailing list