dwl: project migrated from GitHub to Codeberg

see: https://github.com/djpohly/dwl/commit/58d33b79f90f7060d6d338d2abf345f16b88dd47 and the project is no archived on github

new source location is: https://codeberg.org/dwl/dwl

Signed-off-by: Maximilian Huber <gh@maxhbr.de>
This commit is contained in:
Maximilian Huber
2024-03-16 16:50:37 +01:00
parent c4e9a02d3e
commit d150ed53b1
@@ -1,6 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchFromGitea
, installShellFiles
, libX11
, libinput
@@ -24,8 +24,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "dwl";
version = "0.5";
src = fetchFromGitHub {
owner = "djpohly";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dwl";
repo = "dwl";
rev = "v${finalAttrs.version}";
hash = "sha256-U/vqGE1dJKgEGTfPMw02z5KJbZLWY1vwDJWnJxT8urM=";