lvm2: add myself as maintainer
This commit is contained in:
parent
995ed0d6c1
commit
cee1856335
1 changed files with 1 additions and 1 deletions
|
@ -156,6 +156,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Tools to support Logical Volume Management (LVM) on Linux";
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl2 bsd2 lgpl21 ];
|
||||
maintainers = with maintainers; [ raskin ] ++ teams.helsinki-systems.members;
|
||||
maintainers = with maintainers; [ raskin ajs124 ] ++ teams.helsinki-systems.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue