Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.4.5";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/bazelbuild/bazel/;
|
||||
homepage = https://github.com/bazelbuild/bazel/;
|
||||
description = "Build tool that builds code quickly and reliably";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.philandstuff ];
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://leiningen.org/;
|
||||
homepage = https://leiningen.org/;
|
||||
description = "Project automation for Clojure";
|
||||
license = stdenv.lib.licenses.epl10;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "DTS Coherent Acoustics decoder with support for HD extensions";
|
||||
maintainers = with maintainers; [ edwtjo ];
|
||||
homepage = http://github.com/foo86/dcadec;
|
||||
homepage = https://github.com/foo86/dcadec;
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.gtk.org/gtk-doc;
|
||||
homepage = https://www.gtk.org/gtk-doc;
|
||||
description = "Tools to extract documentation embedded in GTK+ and GNOME source code";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ cmake qt4 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://techbase.kde.org/Development/Tools/Automoc4;
|
||||
homepage = https://techbase.kde.org/Development/Tools/Automoc4;
|
||||
description = "KDE Meta Object Compiler";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.sander ];
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
description = "Translator between GDB's remote debug protocol and the AVR JTAG ICE protocol";
|
||||
homepage = http://sourceforge.net/projects/avarice/files/avarice/;
|
||||
homepage = https://sourceforge.net/projects/avarice/files/avarice/;
|
||||
maintainers = [ stdenv.lib.maintainers.smironov ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
homepage = http://sourceforge.net/projects/cbrowser/;
|
||||
homepage = https://sourceforge.net/projects/cbrowser/;
|
||||
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://sourceforge.net/projects/checkbaskisms/;
|
||||
homepage = https://sourceforge.net/projects/checkbaskisms/;
|
||||
description = "Check shell scripts for non-portable syntax";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command-line shell and Unix scripting interface for Drupal";
|
||||
homepage = http://github.com/drush-ops/drush;
|
||||
homepage = https://github.com/drush-ops/drush;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ pkgconfig glib dbus dbus_glib ];
|
||||
|
||||
meta = {
|
||||
homepage = http://hal.freedesktop.org/releases/;
|
||||
homepage = https://hal.freedesktop.org/releases/;
|
||||
description = "D-Bus bindings for GObject";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Translation helper tool";
|
||||
homepage = http://launchpad.net/intltool/;
|
||||
homepage = https://launchpad.net/intltool/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user