mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-24 21:26:59 +01:00
Fix dokuwiki theme URL
This commit is contained in:
parent
20f3b99ff5
commit
28d3b18f01
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ let
|
|||
template-darkblue = pkgs.stdenv.mkDerivation {
|
||||
name = "darkblue";
|
||||
src = builtins.fetchGit {
|
||||
url = "git@github.com:ms101/dokuwiki-template-darkblue.git";
|
||||
url = "https://github.com/ms101/dokuwiki-template-darkblue.git";
|
||||
ref = "main";
|
||||
rev = "14f8e738c83c16f2633d23fe30b7c6031551fa77";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue