Commit 7d1bb2cb authored by Edward Tjörnhammar's avatar Edward Tjörnhammar
Browse files

Revert "maintainers: drop edwtjo"

This partially reverts commit c0ec79be
as I intend to be more active.
parent 689380e0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7447,6 +7447,12 @@
    githubId = 494483;
    name = "Michael Francis";
  };
  edwtjo = {
    email = "ed@cflags.cc";
    github = "edwtjo";
    githubId = 54799;
    name = "Edward Tjörnhammar";
  };
  eeedean = {
    github = "eeedean";
    githubId = 8173116;
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ let
    description = "Design and visualize your future home";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [
      edwtjo
      DimitarNestorov
    ];
    platforms = [
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ let
        homepage = "http://www.sweethome3d.com/index.jsp";
        inherit description;
        inherit license;
        maintainers = [ lib.maintainers.edwtjo ];
        platforms = lib.platforms.linux;
        mainProgram = exec;
      };
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
  meta = {
    description = "Rapidly extract unformatted, or unstandardized bibliographic references from email alerts, journal Web pages and PDF files";
    homepage = "http://www.molspaces.com/d_cb2bib-overview.php";
    maintainers = with lib.maintainers; [ edwtjo ];
    license = lib.licenses.gpl3;
  };

+1 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "http://shogun-toolbox.org/";
    license = if withSvmLight then lib.licenses.unfree else lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [
      edwtjo
      smancill
    ];
  };
Loading