mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Fix "session-management-for-emacs" license
- Change "license" to "licenses" - Change to "gpl2", rather than non-existant "gpl" attr
This commit is contained in:
parent
4f9b42cf56
commit
b834903c0d
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
*/
|
||||
description = "Small session management for emacs";
|
||||
homepage = "http://emacs-session.sourceforge.net/";
|
||||
license = license.gpl;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user