guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Don't append '.git' to GitHub uris.


From: guix-commits
Subject: branch master updated: gnu: Don't append '.git' to GitHub uris.
Date: Thu, 19 Nov 2020 14:00:23 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ed4c46  gnu: Don't append '.git' to GitHub uris.
8ed4c46 is described below

commit 8ed4c468ab611409902c00bdf7c21fdb8d312928
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 19 20:18:54 2020 +0200

    gnu: Don't append '.git' to GitHub uris.
    
    * gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI.
    * gnu/packages/aidc.scm (zxing-cpp),
    * gnu/packages/assembly.scm (mbuild),
    * gnu/packages/audio.scm (opensles, wildmidi, tinyalsa),
    * gnu/packages/browser-extensions.scm (ublock-origin-chromium),
    * gnu/packages/check.scm (mutest),
    * gnu/packages/compression.scm (unshield),
    * gnu/packages/coq.scm (subset),
    * gnu/packages/dictionaries.scm (translate-shell),
    * gnu/packages/disk.scm (memkind),
    * gnu/packages/documentation.scm (latex2html),
    * gnu/packages/emacs-xyz.scm (emacs-chronometrist,
      emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline,
      emacs-org-generate),
    * gnu/packages/embedded.scm (ebusd, ebusd-configuration),
    * gnu/packages/enchant.scm (nuspell),
    * gnu/packages/fontutils.scm (woff2),
    * gnu/packages/geo.scm (memphis),
    * gnu/packages/gimp.scm (mrg),
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator),
    * gnu/packages/gnome.scm (parlatype),
    * gnu/packages/golang.scm (go-github-com-tv42-httpunix,
      go-github-com-ayufan-golang-kardianos-service),
    * gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm,
      directfb, flux),
    * gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual,
      graphene),
    * gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent),
    * gnu/packages/image.scm (openjpeg-data),
    * gnu/packages/java.scm (javacc),
    * gnu/packages/language.scm (liblouis, liblouisutdml),
    * gnu/packages/linux.scm (pamela, ttyebus),
    * gnu/packages/lxqt.scm (lxqt-connman-applet),
    * gnu/packages/mail.scm (libetpan),
    * gnu/packages/man.scm (ronn),
    * gnu/packages/music.scm (tascam-gtk, artyfx),
    * gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg),
    * gnu/packages/python-crypto.scm (pure-python-otr),
    * gnu/packages/qt.scm (qtspell),
    * gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware),
    * gnu/packages/rdp.scm (freerdp),
    * gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme,
      ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor,
      ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop,
      ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn),
    * gnu/packages/syncthing.scm (syncthing-gtk),
    * gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265,
      tslib),
    * gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same.
---
 gnu/packages/admin.scm              |  2 +-
 gnu/packages/aidc.scm               |  2 +-
 gnu/packages/assembly.scm           |  2 +-
 gnu/packages/audio.scm              |  6 +++---
 gnu/packages/browser-extensions.scm |  2 +-
 gnu/packages/check.scm              |  2 +-
 gnu/packages/compression.scm        |  2 +-
 gnu/packages/coq.scm                |  2 +-
 gnu/packages/dictionaries.scm       |  2 +-
 gnu/packages/disk.scm               |  2 +-
 gnu/packages/documentation.scm      |  2 +-
 gnu/packages/emacs-xyz.scm          | 14 +++++++-------
 gnu/packages/embedded.scm           |  4 ++--
 gnu/packages/enchant.scm            |  2 +-
 gnu/packages/fontutils.scm          |  2 +-
 gnu/packages/geo.scm                |  2 +-
 gnu/packages/gimp.scm               |  2 +-
 gnu/packages/gnome-xyz.scm          |  2 +-
 gnu/packages/gnome.scm              |  2 +-
 gnu/packages/golang.scm             |  4 ++--
 gnu/packages/graphics.scm           | 10 +++++-----
 gnu/packages/gstreamer.scm          |  8 ++++----
 gnu/packages/guile-xyz.scm          |  4 ++--
 gnu/packages/image.scm              |  2 +-
 gnu/packages/java.scm               |  2 +-
 gnu/packages/language.scm           |  4 ++--
 gnu/packages/linux.scm              |  4 ++--
 gnu/packages/lxqt.scm               |  2 +-
 gnu/packages/mail.scm               |  2 +-
 gnu/packages/man.scm                |  2 +-
 gnu/packages/music.scm              |  4 ++--
 gnu/packages/networking.scm         | 10 +++++-----
 gnu/packages/python-crypto.scm      |  2 +-
 gnu/packages/qt.scm                 |  2 +-
 gnu/packages/raspberry-pi.scm       |  4 ++--
 gnu/packages/rdesktop.scm           |  2 +-
 gnu/packages/ruby.scm               | 30 +++++++++++++++---------------
 gnu/packages/syncthing.scm          |  2 +-
 gnu/packages/video.scm              | 10 +++++-----
 gnu/packages/xml.scm                |  6 +++---
 40 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f3bd7ff..1ea6f97 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4131,7 +4131,7 @@ entries, providing commands to add, remove, comment, and 
search.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/jclehner/nmrpflash.git";)
+         (url "https://github.com/jclehner/nmrpflash";)
          (commit (string-append "v" version))))
        (sha256
         (base32 "1fdjrxhjs96rdclbkld57xarf592slhkp79h46z833npxpn12ck1"))
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 3facc68..6628a8e 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -50,7 +50,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/nu-book/zxing-cpp.git";)
+         (url "https://github.com/nu-book/zxing-cpp";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 7fd469e..a20ae54 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -444,7 +444,7 @@ sets, both THUMB and ARM mode.")
            (origin
              (method git-fetch)
              (uri (git-reference
-                   (url "https://github.com/intelxed/mbuild.git";)
+                   (url "https://github.com/intelxed/mbuild";)
                    (commit "5304b94361fccd830c0e2417535a866b79c1c297")))
              (sha256
               (base32
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3332e5b..df8b8ef 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -140,7 +140,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/KhronosGroup/OpenSL-ES-Registry.git";)
+         (url "https://github.com/KhronosGroup/OpenSL-ES-Registry";)
          (commit "ea5104bf37bf525c25e6ae2386586048179d0fda")))
        (file-name (git-file-name name version))
        (sha256
@@ -202,7 +202,7 @@ promoting the market for advanced audio.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/Mindwerks/wildmidi.git";)
+         (url "https://github.com/Mindwerks/wildmidi";)
          (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -277,7 +277,7 @@ Coding (AAC) encoder.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/tinyalsa/tinyalsa.git";)
+         (url "https://github.com/tinyalsa/tinyalsa";)
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index 8267670..1c13558 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -53,7 +53,7 @@ supported content to the Kodi media center.")
     (origin
       (method git-fetch)
       (uri (git-reference
-            (url "https://github.com/uBlockOrigin/uAssets.git";)
+            (url "https://github.com/uBlockOrigin/uAssets";)
             (commit commit)))
       (file-name (git-file-name "uAssets" (string-take commit 9)))
       (sha256
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 8255154..5d3d5b6 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -119,7 +119,7 @@ modify some aspects of this style through the use of 
regular expressions.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/ebassi/mutest.git";)
+         (url "https://github.com/ebassi/mutest";)
          (commit "e6246c9")))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index c19946f..287fef3 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1301,7 +1301,7 @@ or junctions, and always follows hard links.")
     (source
      (origin (method git-fetch)
              (uri (git-reference
-                    (url "http://github.com/twogood/unshield.git";)
+                    (url "http://github.com/twogood/unshield";)
                     (commit version)))
              (file-name (git-file-name name version))
              (sha256
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index e57e40c..fb6a899 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -522,7 +522,7 @@ Coq proof assistant.")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "git://github.com/uds-psl/autosubst.git")
+                      (url "git://github.com/uds-psl/autosubst")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 4e3c1e8..78bb181 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -242,7 +242,7 @@ and a Python library.")
       (origin
         (method git-fetch)
         (uri (git-reference
-               (url"https://github.com/soimort/translate-shell.git";)
+               (url"https://github.com/soimort/translate-shell";)
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 9167ccb..29f43a2 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1052,7 +1052,7 @@ that support this feature).")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/memkind/memkind.git";)
+                    (url "https://github.com/memkind/memkind";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 6532bb4..0fca0b1 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -63,7 +63,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/latex2html/latex2html.git";)
+         (url "https://github.com/latex2html/latex2html";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95898b9..4ded928 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2238,7 +2238,7 @@ Lock key.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/contrapunctus-1/chronometrist.git";)
+             (url "https://github.com/contrapunctus-1/chronometrist";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -4564,7 +4564,7 @@ compile}.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/purcell/flycheck-ledger.git";)
+             (url "https://github.com/purcell/flycheck-ledger";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
@@ -7662,7 +7662,7 @@ The purpose of this library is to wrap all the quirks and 
hassle of
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/fuxialexander/counsel-notmuch.git";)
+               (url "https://github.com/fuxialexander/counsel-notmuch";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
@@ -17339,7 +17339,7 @@ Dumb Jump performs best with The Silver Searcher 
@command{ag} or ripgrep
           (base32
            "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
       (build-system emacs-build-system)
-      (home-page "https://github.com/bgamari/dts-mode.git";)
+      (home-page "https://github.com/bgamari/dts-mode";)
       (synopsis "Emacs minor mode for editing device tree files")
       (description
        "This package provides an Emacs minor mode for highlighting
@@ -19291,7 +19291,7 @@ scratch, and you think the Spacemacs theme looks good.
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/TheBB/spaceline.git";)
+               (url "https://github.com/TheBB/spaceline";)
                (commit commit)))
          (sha256
           (base32 "11lwckqcgzsahrkkm5wk1ph4kc7d4yz05r7251g8c9f0q6vdj9dp"))
@@ -19885,7 +19885,7 @@ programs can use this table component for the 
application UI.")
     (package
       (name "emacs-leetcode")
       (version (git-version "0" "1" commit))
-      (home-page "https://github.com/ginqi7/leetcode-emacs.git";)
+      (home-page "https://github.com/ginqi7/leetcode-emacs";)
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -24915,7 +24915,7 @@ personal wiki.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/conao3/org-generate.el.git";)
+                    (url "https://github.com/conao3/org-generate.el";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 89d4aaf..d6f487b 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1379,7 +1379,7 @@ debugging them, and more.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                     (url "https://github.com/john30/ebusd.git";)
+                     (url "https://github.com/john30/ebusd";)
                      (commit (string-append "v" version))))
               (file-name (string-append name "-" version "-checkout"))
               (sha256
@@ -1407,7 +1407,7 @@ debugging them, and more.")
         ,(origin
               (method git-fetch)
               (uri (git-reference
-                     (url "https://github.com/john30/ebusd-configuration.git";)
+                     (url "https://github.com/john30/ebusd-configuration";)
                      (commit "666c0f6b9c4d7545eff7f43ab28a1c7baeab7913")))
               (file-name "config-checkout")
               (sha256
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 950cb16..dd7c7c8 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -49,7 +49,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/nuspell/nuspell.git";)
+         (url "https://github.com/nuspell/nuspell";)
          (commit
           (string-append "v" version))))
        (file-name
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 89d5013..870b6dd 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -283,7 +283,7 @@ work with most software requiring Type 1 fonts.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/google/woff2.git";)
+         (url "https://github.com/google/woff2";)
          (commit (string-append "v" version))))
        (file-name
         (git-file-name name version))
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index c412ec3..395ad4b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -112,7 +112,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/jiuka/memphis.git";)
+         (url "https://github.com/jiuka/memphis";)
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 530a53a..ff986c0 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -139,7 +139,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/hodefoting/mrg.git";)
+         (url "https://github.com/hodefoting/mrg";)
          (commit version)))
        (file-name
         (git-file-name name version))
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 77b4aad..d69f14b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -131,7 +131,7 @@ the Obsidian icon theme.")
               (method git-fetch)
               (uri (git-reference
                     (url
-                     
"https://github.com/ubuntu/gnome-shell-extension-appindicator.git";)
+                     
"https://github.com/ubuntu/gnome-shell-extension-appindicator";)
                     (commit (string-append "v" version))))
               (sha256
                (base32
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 331aeba..54d3b04 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11662,7 +11662,7 @@ provided there is a DBus service present:
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/gkarsay/parlatype.git";)
+             (url "https://github.com/gkarsay/parlatype";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 82573bd..9746f7a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1139,7 +1139,7 @@ optimized for performance yet simple to use.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/tv42/httpunix.git";)
+               (url "https://github.com/tv42/httpunix";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
@@ -1708,7 +1708,7 @@ finding resources located relative to the executable 
file.")
          (method git-fetch)
          (uri (git-reference
                (url
-                "https://github.com/ayufan/golang-kardianos-service.git";)
+                "https://github.com/ayufan/golang-kardianos-service";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index dbf89e3..7a61084 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -121,7 +121,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/NVIDIA/eglexternalplatform.git";)
+         (url "https://github.com/NVIDIA/eglexternalplatform";)
          (commit version)))
        (file-name
         (git-file-name name version))
@@ -172,7 +172,7 @@ application-facing EGL functions.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/NVIDIA/egl-wayland.git";)
+         (url "https://github.com/NVIDIA/egl-wayland";)
          (commit version)))
        (file-name
         (git-file-name name version))
@@ -202,7 +202,7 @@ EGLStream families of extensions.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/hodefoting/mmm.git";)
+         (url "https://github.com/hodefoting/mmm";)
          (commit version)))
        (file-name
         (git-file-name name version))
@@ -231,7 +231,7 @@ framebuffer graphics, audio output and input event.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/deniskropp/DirectFB.git";)
+         (url "https://github.com/deniskropp/DirectFB";)
          (commit "DIRECTFB_1_7_7")))
        (file-name (git-file-name name version))
        (sha256
@@ -301,7 +301,7 @@ minimum of resource usage and overhead.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/deniskropp/flux.git";)
+         (url "https://github.com/deniskropp/flux";)
          (commit "e45758a")))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 01474e2..a317170 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -95,7 +95,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/occipital/OpenNI2.git";)
+         (url "https://github.com/occipital/OpenNI2";)
          (commit (string-append "v" version "-debian"))))
        (file-name (git-file-name name version))
        (sha256
@@ -167,7 +167,7 @@ module for the DMA capture of the video flow.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/CCExtractor/ccextractor.git";)
+         (url "https://github.com/CCExtractor/ccextractor";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -220,7 +220,7 @@ and very fast.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/Libvisual/libvisual.git";)
+         (url "https://github.com/Libvisual/libvisual";)
          (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -268,7 +268,7 @@ applications that want audio visualisation and audio 
visualisation plugins.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/Libvisual/libvisual.git";)
+         (url "https://github.com/Libvisual/libvisual";)
          (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 01949e2..291cff5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2973,7 +2973,7 @@ more expressive and flexible than the traditional 
@code{format} procedure.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url 
"https://github.com/scheme-requests-for-implementation/srfi-180.git";)
+               (url 
"https://github.com/scheme-requests-for-implementation/srfi-180";)
                (commit commit)))
          (sha256
           (base32
@@ -3734,7 +3734,7 @@ models and also supports a rich set of boolean query 
operators.")
     (source (origin (method git-fetch)
                     (uri (git-reference
                           (url
-                           "https://github.com/o-nly/torrent.git";)
+                           "https://github.com/o-nly/torrent";)
                           (commit version)))
                     (file-name (git-file-name name version))
                     (sha256
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 36d7dd6..3bed95d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -790,7 +790,7 @@ images of initially unknown height.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/uclouvain/openjpeg-data.git";)
+         (url "https://github.com/uclouvain/openjpeg-data";)
          (commit "c5c4a8c")))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 70141a5..3eecbc7 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2706,7 +2706,7 @@ debugging, etc.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/javacc/javacc.git";)
+                    (url "https://github.com/javacc/javacc";)
                     (commit "release_32")))
               (file-name (string-append "javacc-" version "-checkout"))
               (sha256
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 27c13fa..3f17465 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -62,7 +62,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/liblouis/liblouis.git";)
+         (url "https://github.com/liblouis/liblouis";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -115,7 +115,7 @@ Marburg.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/liblouis/liblouisutdml.git";)
+         (url "https://github.com/liblouis/liblouisutdml";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 39abf6e..92c0602 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1366,7 +1366,7 @@ at login.  Local and dynamic reconfiguration are its key 
features.")
         ;; Tests not distributed in pypi release.
         (method git-fetch)
         (uri (git-reference
-               (url "https://github.com/minrk/pamela.git";)
+               (url "https://github.com/minrk/pamela";)
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
@@ -7559,7 +7559,7 @@ created by Alastair Robertson.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/eBUS/ttyebus.git";)
+               (url "https://github.com/eBUS/ttyebus";)
                (commit "fe4332a2281cf79804ef4d8516aa848ca1c58d1f")))
          (file-name (git-file-name name version))
          (sha256
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 17421a9..20efba1 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1330,7 +1330,7 @@ like @command{tar} and @command{zip}.")
         (origin
           (method git-fetch)
           (uri (git-reference
-            (url (string-append "https://github.com/lxqt/"; name ".git"))
+            (url (string-append "https://github.com/lxqt/"; name))
             (commit commit)))
           (file-name (git-file-name name version))
           (sha256 (base32 
"0br4bxfrl8k7lq84aq4grznlk8xzzjgkmd19bf9mwjr0a87gg72v"))))
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 1e2dd40..5a10194 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1447,7 +1447,7 @@ useful features.")
     (source (origin
              (method git-fetch)
              (uri (git-reference
-                   (url  "https://github.com/dinhviethoa/libetpan.git";)
+                   (url  "https://github.com/dinhviethoa/libetpan";)
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index bc7c011..0eadd9d 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -83,7 +83,7 @@ as description, options, see also, etc.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/rtomayko/ronn.git";)
+         (url "https://github.com/rtomayko/ronn";)
          (commit version)))
        (file-name
         (git-file-name name version))
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index f45720d..2ffe435 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1383,7 +1383,7 @@ complete studio.")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://github.com/onkelDead/tascam-gtk.git";)
+                      (url "https://github.com/onkelDead/tascam-gtk";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
@@ -5152,7 +5152,7 @@ for integration into status line generators or other 
command-line tools.")
               (method git-fetch)
               (uri (git-reference
                     (url
-                     "https://github.com/openAVproductions/openAV-ArtyFX.git";)
+                     "https://github.com/openAVproductions/openAV-ArtyFX";)
                     (commit (string-append "release-" version))))
               (file-name (git-file-name name version))
               (sha256
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ae3f260..5468398 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -349,7 +349,7 @@ supported, including rtmp://, rtmpt://, rtmpe://, 
rtmpte://, and rtmps://.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/Haivision/srt.git";)
+         (url "https://github.com/Haivision/srt";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -386,7 +386,7 @@ performance across unpredictable networks, such as the 
Internet.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/Haivision/srt.git";)
+         (url "https://github.com/Haivision/srt";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -402,7 +402,7 @@ performance across unpredictable networks, such as the 
Internet.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/sctp/lksctp-tools.git";)
+         (url "https://github.com/sctp/lksctp-tools";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -458,7 +458,7 @@ at the link-layer level.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/nanomsg/nng.git";)
+             (url "https://github.com/nanomsg/nng";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -501,7 +501,7 @@ publish/subscribe, RPC-style request/reply, or service 
discovery.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/nanomsg/nanomsg.git";)
+         (url "https://github.com/nanomsg/nanomsg";)
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index ce183bd..ca9d24b 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -74,7 +74,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/python-otr/pure-python-otr.git";)
+         (url "https://github.com/python-otr/pure-python-otr";)
          (commit version)))
        (file-name
         (git-file-name name version))
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 25f811a..eaa80dc 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1584,7 +1584,7 @@ message.")))
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/manisandro/qtspell.git";)
+             (url "https://github.com/manisandro/qtspell";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm
index 7700c26..cdea392 100644
--- a/gnu/packages/raspberry-pi.scm
+++ b/gnu/packages/raspberry-pi.scm
@@ -76,7 +76,7 @@ used in the Raspberry Pi")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://github.com/RPi-Distro/raspi-gpio.git";)
+                      (url "https://github.com/RPi-Distro/raspi-gpio";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
@@ -98,7 +98,7 @@ used in the Raspberry Pi")
   (origin
    (method git-fetch)
    (uri (git-reference
-         (url "https://github.com/librerpi/rpi-open-firmware.git";)
+         (url "https://github.com/librerpi/rpi-open-firmware";)
          (commit "6be45466e0be437a1b0b3512a86f3d9627217006")))
    (file-name "rpi-open-firmware-checkout")
    (sha256
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index 0fc63e8..30523de 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -87,7 +87,7 @@ to remotely control a user's Windows desktop.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "git://github.com/FreeRDP/FreeRDP.git")
+             (url "git://github.com/FreeRDP/FreeRDP")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b34a33a..2753403 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1349,7 +1349,7 @@ Prawn module.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/prawnpdf/prawn-templates.git";)
+             (url "https://github.com/prawnpdf/prawn-templates";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
@@ -1411,7 +1411,7 @@ loader for the file type associated with a filename 
extension, and it augments
      (origin
        (method git-fetch)               ;no test suite in distributed gem
        (uri (git-reference
-             (url "https://github.com/cjheath/treetop.git";)
+             (url "https://github.com/cjheath/treetop";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -1474,7 +1474,7 @@ for performance optimizations in Ruby code.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/searls/gimme.git";)
+               (url "https://github.com/searls/gimme";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
@@ -1535,7 +1535,7 @@ only what they care about.")
      (origin
        (method git-fetch)               ;no test suite in distributed gem
        (uri (git-reference
-             (url "https://github.com/testdouble/standard.git";)
+             (url "https://github.com/testdouble/standard";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -1587,7 +1587,7 @@ to save time in the following ways:
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/wvanbergen/chunky_png.git";)
+             (url "https://github.com/wvanbergen/chunky_png";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -1705,7 +1705,7 @@ web pages.")
        (origin
          (method git-fetch)      ;no test suite in the distributed gem
          (uri (git-reference
-               (url "https://github.com/asciidoctor/asciidoctor-pdf.git";)
+               (url "https://github.com/asciidoctor/asciidoctor-pdf";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
@@ -6825,7 +6825,7 @@ inspired by the Sinatra microframework style of 
specifying actions:
      (origin
        (method git-fetch)               ;no test suite in distributed gem
        (uri (git-reference
-             (url "https://github.com/rubocop-hq/rubocop-ast.git";)
+             (url "https://github.com/rubocop-hq/rubocop-ast";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -6869,7 +6869,7 @@ by RuboCop to deal with Ruby's Abstract Syntax Tree 
(AST), in particular:
      (origin
        (method git-fetch)               ;no tests in distributed gem
        (uri (git-reference
-             (url "https://github.com/ruby/rexml.git";)
+             (url "https://github.com/ruby/rexml";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -6920,7 +6920,7 @@ better performance than @code{Regexp} and @code{String} 
methods from the
       (origin
         (method git-fetch)
         (uri (git-reference
-              (url "https://github.com/janosch-x/range_compressor.git";)
+              (url "https://github.com/janosch-x/range_compressor";)
               (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
@@ -6953,7 +6953,7 @@ following: @code{[1, 2, 3, 4, 6, 8, 9, 10]} into 
@code{[1..4, 6..6, 8..10]}.")
      (origin
        (method git-fetch)
        (uri (git-reference              ;no test suite in distributed gem
-             (url "https://github.com/jaynetics/regexp_property_values.git";)
+             (url "https://github.com/jaynetics/regexp_property_values";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -6984,7 +6984,7 @@ they match.")
      (origin
        (method git-fetch)               ;bin/test missing from gem
        (uri (git-reference
-             (url "https://github.com/ammar/regexp_parser.git";)
+             (url "https://github.com/ammar/regexp_parser";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -7057,7 +7057,7 @@ run.")
      (origin
        (method git-fetch)               ;no tests in distributed gem
        (uri (git-reference
-             (url "https://github.com/rubocop-hq/rubocop.git";)
+             (url "https://github.com/rubocop-hq/rubocop";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -10537,7 +10537,7 @@ custom checks.  This gem provides a set of additional 
checks.")
     (source (origin
               (method git-fetch)        ;no test in distributed gem archive
               (uri (git-reference
-                    (url "https://github.com/yob/pdf-reader.git";)
+                    (url "https://github.com/yob/pdf-reader";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
@@ -10577,7 +10577,7 @@ access to the contents of a PDF file with a high degree 
of flexibility.")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://github.com/prawnpdf/pdf-inspector.git";)
+                      (url "https://github.com/prawnpdf/pdf-inspector";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
@@ -10640,7 +10640,7 @@ functionality from Prawn.")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://github.com/prawnpdf/prawn.git";)
+                      (url "https://github.com/prawnpdf/prawn";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 434e236..7e479a0 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -195,7 +195,7 @@ Protocol.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/syncthing/syncthing-gtk.git";)
+                    (url "https://github.com/syncthing/syncthing-gtk";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5beaf3c..ab454e8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -286,7 +286,7 @@ video and audio streams from a DVD.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/OpenVisualCloud/SVT-HEVC.git";)
+         (url "https://github.com/OpenVisualCloud/SVT-HEVC";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -314,7 +314,7 @@ efficiency.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/Intel-Media-SDK/MediaSDK.git";)
+         (url "https://github.com/Intel-Media-SDK/MediaSDK";)
          (commit (string-append "intel-" name "-" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -490,7 +490,7 @@ and mmsh protocols.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/farindk/libvideogfx.git";)
+         (url "https://github.com/farindk/libvideogfx";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -534,7 +534,7 @@ applications by providing high-level classes for commonly 
required tasks.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/strukturag/libde265.git";)
+         (url "https://github.com/strukturag/libde265";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -575,7 +575,7 @@ other software.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/libts/tslib.git";)
+         (url "https://github.com/libts/tslib";)
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ef0ae25..0fbcb13 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -84,7 +84,7 @@
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/hughsie/libxmlb.git";)
+         (url "https://github.com/hughsie/libxmlb";)
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
@@ -218,7 +218,7 @@ project (but it is usable outside of the Gnome platform).")
     (source (origin
              (method git-fetch)
              (uri (git-reference
-                   (url "https://github.com/libxmlplusplus/libxmlplusplus.git";)
+                   (url "https://github.com/libxmlplusplus/libxmlplusplus";)
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
@@ -278,7 +278,7 @@ It uses libxml2 to access the XML files.")
     (source (origin
              (method git-fetch)
              (uri (git-reference
-                   (url "https://github.com/libxmlplusplus/libxmlplusplus.git";)
+                   (url "https://github.com/libxmlplusplus/libxmlplusplus";)
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256



reply via email to

[Prev in Thread] Current Thread [Next in Thread]