about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-04-30 16:06:17 +0000
committerDan Peebles <pumpkin@me.com>2016-04-30 16:06:17 +0000
commitbefc8667147e90e0e63638ae8b5a4bbd8cf56082 (patch)
tree8beaf925dc02433cc32017a86ac61b3156bc19ef /pkgs/tools/misc
parentc9be29c5fb5892775ad060967aaa848512fdcfa0 (diff)
downloadnixlib-befc8667147e90e0e63638ae8b5a4bbd8cf56082.tar
nixlib-befc8667147e90e0e63638ae8b5a4bbd8cf56082.tar.gz
nixlib-befc8667147e90e0e63638ae8b5a4bbd8cf56082.tar.bz2
nixlib-befc8667147e90e0e63638ae8b5a4bbd8cf56082.tar.lz
nixlib-befc8667147e90e0e63638ae8b5a4bbd8cf56082.tar.xz
nixlib-befc8667147e90e0e63638ae8b5a4bbd8cf56082.tar.zst
nixlib-befc8667147e90e0e63638ae8b5a4bbd8cf56082.zip
rpm-ostree: add meta and add myself as a maintainer
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/rpm-ostree/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/tools/misc/rpm-ostree/default.nix b/pkgs/tools/misc/rpm-ostree/default.nix
index 372b0a7f270b..903aeec3f483 100644
--- a/pkgs/tools/misc/rpm-ostree/default.nix
+++ b/pkgs/tools/misc/rpm-ostree/default.nix
@@ -37,5 +37,13 @@ in stdenv.mkDerivation rec {
   preConfigure = ''
     env NOCONFIGURE=1 ./autogen.sh
   '';
+
+  meta = {
+    description = "A hybrid image/package system. It uses OSTree as an image format, and uses RPM as a component model";
+    homepage    = "https://rpm-ostree.readthedocs.io/en/latest/";
+    license     = licenses.lgpl2Plus;
+    platforms   = platforms.linux;
+    maintainers = with maintainers; [ copumpkin ];
+  };
 }