diff options
author | Erik Hanson <erik@slackbuilds.org> | 2017-07-08 22:27:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:48 +0700 |
commit | 001dd74e5e912bcc439ea32dce586ad7ff2449df (patch) | |
tree | 3dc960b174956fc8a2686d0b58c3dd0da34d3ba8 /system/zeroinstall-injector/README | |
parent | 3e83dac1e924c71b7e36c7013e15e8926428e370 (diff) |
system/zeroinstall-injector: Removed. Needs new maintainer.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/zeroinstall-injector/README')
-rw-r--r-- | system/zeroinstall-injector/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/zeroinstall-injector/README b/system/zeroinstall-injector/README deleted file mode 100644 index 991631db9a12e..0000000000000 --- a/system/zeroinstall-injector/README +++ /dev/null @@ -1,11 +0,0 @@ -The Zero Install Injector - -A running process is created by combining many different libraries -(and other components). In the Zero Install world, we have -all versions of each library available at all times. The problem is -then how to choose which versions to use. - -The injector solves this problem by selecting components to meet -a program's requirements, according to a policy you give it. -The injector finds out which versions are available, and downloads -and runs the ones you choose. |