nugget-doom: fix meta.changelog url (#432871)
This commit is contained in:
@@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Doom source port forked from Woof! with additional features";
|
||||
homepage = "https://github.com/MrAlaux/Nugget-Doom";
|
||||
changelog = "https://github.com/fabiangreffrath/woof/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/MrAlaux/Nugget-Doom/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ bandithedoge ];
|
||||
mainProgram = "nugget-doom";
|
||||
|
||||
Reference in New Issue
Block a user