Commit 10450ed8 authored by Anderson Torres's avatar Anderson Torres
Browse files

clevis: adopted by AndersonTorres

parent 6074811a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,6 +85,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/latchset/clevis";
    changelog = "https://github.com/latchset/clevis/releases/tag/v${version}";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ AndersonTorres ];
  };
}