mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
libliftoff: fix changelog link
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
a676f12533
commit
666c37f04d
@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
on them, and libliftoff will pick planes for these layers if possible.
|
||||
'';
|
||||
inherit (finalAttrs.src.meta) homepage;
|
||||
changelog = "https://github.com/emersion/libliftoff/releases/tag/v${finalAttrs.version}";
|
||||
changelog = "https://gitlab.freedesktop.org/emersion/libliftoff/-/tags/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ primeos Scrumplex ];
|
||||
|
Loading…
Reference in New Issue
Block a user