diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |