Skip to content

Commit

Permalink
pkgs/seq: point to new project home
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Aug 21, 2023
1 parent b7d5853 commit 9b46900
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/epnix/support/seq/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
lib,
epnixLib,
mkEpicsPackage,
fetchzip,
fetchdarcs,
re2c,
local_config_site ? {},
local_release ? {},
Expand All @@ -26,8 +25,9 @@ mkEpicsPackage rec {
echo 'include $(TOP)/configure/RELEASE.local' >> configure/RELEASE
'';

src = fetchzip {
url = "https://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-${version}.tar.gz";
src = fetchdarcs {
url = "https://hub.darcs.net/bf/seq-branch-2-2";
rev = "R2-2-9";
sha256 = "sha256-LAqR5Mrph6CNrhpyt/uP5qbaWN0y7sJk6mfxnCk2Jx0=";
};

Expand All @@ -36,7 +36,7 @@ mkEpicsPackage rec {

meta = {
description = "Provides the State Notation Language (SNL), a domain specific programming language";
homepage = "https://www-csr.bessy.de/control/SoftDist/sequencer/";
homepage = "https://epics-sequencer.sourceforge.io/sequencer-2-2/";
license = epnixLib.licenses.epics;
maintainers = with epnixLib.maintainers; [minijackson];
};
Expand Down

0 comments on commit 9b46900

Please sign in to comment.