about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-13 13:23:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-13 13:23:15 +0200
commit4f939eb9d74b16488d36adee8bc9a350e4112710 (patch)
tree3bf0c1cf6b33080f7cc30f9f631beb12a2e70f56 /templates
parentfix(templates/latex): Change the `lpm.toml` to use new features (diff)
downloadflake-templates-4f939eb9d74b16488d36adee8bc9a350e4112710.tar.gz
flake-templates-4f939eb9d74b16488d36adee8bc9a350e4112710.zip
fix(templates/latex): Switch to lpm's new upstream
Diffstat (limited to 'templates')
-rw-r--r--templates/latex/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latex/flake.nix b/templates/latex/flake.nix
index efc4f3f..1e0969e 100644
--- a/templates/latex/flake.nix
+++ b/templates/latex/flake.nix
@@ -19,7 +19,7 @@
       };
     };
     lpm = {
-      url = "git+https://codeberg.org/Soispha/lpm.git";
+      url = "git+https://codeberg.org/bpeetz/lpm.git";
       inputs = {
         nixpkgs.follows = "nixpkgs";
         flake-compat.follows = "flake-compat";