emacsPackages.session-management-for-emacs: clean

- remove with lib;
- remove empty meta.maintainers
This commit is contained in:
Lin Jian 2024-08-18 00:46:15 +08:00
parent 60d0707358
commit 3e784edeed
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5

View File

@ -14,7 +14,7 @@ melpaBuild rec {
hash = "sha256-lc6NIX+lx97qCs5JqG7x0iVE6ki09Gy7DEQuPW2c+7s=";
};
meta = with lib; {
meta = {
/*
installation: add to your ~/.emacs
(require 'session)
@ -22,7 +22,6 @@ melpaBuild rec {
*/
description = "Small session management for emacs";
homepage = "https://emacs-session.sourceforge.net/";
license = licenses.gpl2;
maintainers = [ ];
license = lib.licenses.gpl2;
};
}