Unverified Commit 05d030a3 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

treewide: run `./maintainers/scripts/update_redirected_urls.sh` (#374451)

parents 7442b7f8 b09e9317
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Music tracker application, free reimplementation of Impulse Tracker";
    homepage = "http://schismtracker.org/";
    homepage = "https://schismtracker.org/";
    license = licenses.gpl2Plus;
    platforms = platforms.unix;
    maintainers = with maintainers; [ ftrvxmtrx ];
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ buildFHSEnv {

  meta = with lib; {
    description = "Online stored folders (daemon version)";
    homepage    = "http://www.dropbox.com/";
    homepage    = "https://www.dropbox.com/";
    license     = licenses.unfree;
    maintainers = with maintainers; [ ttuegel ];
    platforms   = [ "i686-linux" "x86_64-linux" ];
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
  version = "1.8.7";

  src = fetchurl {
    url = "http://www.tkgate.org/downloads/tkgate-${version}.tgz";
    url = "https://www.tkgate.org/downloads/tkgate-${version}.tgz";
    sha256 = "1pqywkidfpdbj18i03h97f4cimld4fb3mqfy8jjsxs12kihm18fs";
  };

@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
  meta = {
    description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor";
    mainProgram = "gmac";
    homepage = "http://www.tkgate.org/";
    homepage = "https://www.tkgate.org/";
    license = lib.licenses.gpl2Plus;
    hydraPlatforms = lib.platforms.linux;
  };
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Algorithm specification language with model checking tools";
    homepage = "http://lamport.azurewebsites.net/tla/tla.html";
    homepage = "https://lamport.azurewebsites.net/tla/tla.html";
    sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
    license = lib.licenses.mit;
    platforms = lib.platforms.unix;
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Algorithm specification language with model checking tools";
    homepage = "http://lamport.azurewebsites.net/tla/tla.html";
    homepage = "https://lamport.azurewebsites.net/tla/tla.html";
    sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
    license = lib.licenses.mit;
    platforms = lib.platforms.unix;
Loading