From 61a94e6af1f9baae8229bc1fd12b159bbde92a3d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Jan 2022 09:32:59 -0300 Subject: Update left-over references to git.euandreh.xyz --- README.md | 6 +++--- default.nix | 8 ++++---- scripts/paku | 6 +++--- src/xyz/euandreh/packages.scm | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2a99a04..35cf752 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Adding the overlay to your `/etc/nixos/configuration.nix`: nixpkgs = { overlays = [ (import (fetchTarball { - url = "https://git.euandreh.xyz/package-repository/snapshot/package-repository-main.tar.gz"; + url = "https://euandreh.xyz/package-repository.git/snapshot/package-repository-main.tar.gz"; }) { inherit pkgs; }) ]; }; @@ -75,7 +75,7 @@ Send contributions to the [mailing list] via [`git send-email`](https://git-send ## Links - [homepage](https://euandreh.xyz/package-repository/) -- [source code](https://git.euandreh.xyz/package-repository/) +- [source code](https://euandreh.xyz/package-repository.git/) - [bug tracking](https://euandreh.xyz/package-repository/TODOs.html) - [mailing list] - [CI logs](https://euandreh.xyz/package-repository/ci.html) @@ -88,4 +88,4 @@ Send contributions to the [mailing list] via [`git send-email`](https://git-send The code is licensed under [GNU Affero General Public License v3.0 or later][AGPL-3.0-or-later] (AGPL-3.0-or-later). -[AGPL-3.0-or-later]: https://git.euandreh.xyz/package-repository/tree/COPYING +[AGPL-3.0-or-later]: https://euandreh.xyz/package-repository.git/tree/COPYING diff --git a/default.nix b/default.nix index 1fe93ec..f9af6c7 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ self: super: { src = fetchTarball { url = - "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; + "https://euandreh.xyz/${name}.git/snapshot/${name}-${version}.tar.gz"; sha256 = "0plx7kwmfjf6fcbqn7lwak7wlhsas1j2gc2gc07ppw1l95s6yqr3"; }; @@ -31,7 +31,7 @@ self: super: { src = fetchTarball { url = - "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; + "https://euandreh.xyz/${name}.git/snapshot/${name}-${version}.tar.gz"; sha256 = "15lxlhxllgmw1ampf36g4sr1gfd6vr257l4jw0z5457z2jvis9yg"; }; @@ -55,7 +55,7 @@ self: super: { src = fetchTarball { url = - "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; + "https://euandreh.xyz/${name}.git/snapshot/${name}-${version}.tar.gz"; sha256 = "1s9gbq0k5wpn0rjp1a9kzjh6sy7bbbqghykb7k4nms3wl0prip67"; }; @@ -79,7 +79,7 @@ self: super: { src = fetchTarball { url = - "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; + "https://euandreh.xyz/${name}.git/snapshot/${name}-${version}.tar.gz"; sha256 = "0agymhi7c75mn0glr3fg94grn1mmp2mk8ph2cwr0zf8pzyx0imcn"; }; diff --git a/scripts/paku b/scripts/paku index dd56066..73fd7ec 100755 --- a/scripts/paku +++ b/scripts/paku @@ -64,7 +64,7 @@ EOF (source (origin (method url-fetch) (uri (string-append - "https://git.euandreh.xyz/$NAME/snapshot/$NAME-" + "https://euandreh.xyz/$NAME.git/snapshot/$NAME-" version ".tar.gz")) (sha256 @@ -132,7 +132,7 @@ EOF src = fetchTarball { url = - "https://git.euandreh.xyz/\${name}/snapshot/\${name}-\${version}.tar.gz"; + "https://euandreh.xyz/\${name}.git/snapshot/\${name}-\${version}.tar.gz"; sha256 = "$SHA256"; }; @@ -347,7 +347,7 @@ EOF
nixpkgs = {
   overlays = [
     (import (fetchTarball {
-      url = "https://git.euandreh.xyz/package-repository/snapshot/package-repository-main.tar.gz";
+      url = "https://euandreh.xyz/package-repository.git/snapshot/package-repository-main.tar.gz";
     }) { inherit pkgs; })
   ];
 };
diff --git a/src/xyz/euandreh/packages.scm b/src/xyz/euandreh/packages.scm index 1f26238..32641d0 100644 --- a/src/xyz/euandreh/packages.scm +++ b/src/xyz/euandreh/packages.scm @@ -19,7 +19,7 @@ (source (origin (method url-fetch) (uri (string-append - "https://git.euandreh.xyz/td/snapshot/td-" + "https://euandreh.xyz/td.git/snapshot/td-" version ".tar.gz")) (sha256 @@ -44,7 +44,7 @@ (source (origin (method url-fetch) (uri (string-append - "https://git.euandreh.xyz/remembering/snapshot/remembering-" + "https://euandreh.xyz/remembering.git/snapshot/remembering-" version ".tar.gz")) (sha256 @@ -69,7 +69,7 @@ (source (origin (method url-fetch) (uri (string-append - "https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-" + "https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-" version ".tar.gz")) (sha256 @@ -94,7 +94,7 @@ (source (origin (method url-fetch) (uri (string-append - "https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-" + "https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-" version ".tar.gz")) (sha256 -- cgit v1.2.3