lightdm-mini-greeter: Add Changelog Link
This commit is contained in:
parent
84b8775a67
commit
f0619d27a3
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ mnacamura prikhi ];
|
maintainers = with maintainers; [ mnacamura prikhi ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
changelog = "https://github.com/prikhi/lightdm-mini-greeter/blob/master/CHANGELOG.md";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue