Fix "session-management-for-emacs" license

- Change "license" to "licenses"
- Change to "gpl2", rather than non-existant "gpl" attr
This commit is contained in:
Matthew Mazzanti 2021-11-10 14:10:52 -05:00
parent 4f9b42cf56
commit b834903c0d

View File

@ -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; [ ];
};
}